Struct winapi::nb30::LANA_ENUM
[−]
[src]
pub struct LANA_ENUM { pub length: UCHAR, pub lana: [UCHAR; MAX_LANA + 1], }
Fields
length | |
lana |
Trait Implementations
impl Copy for LANA_ENUM
[src]
impl Clone for LANA_ENUM
[src]
fn clone(&self) -> LANA_ENUM
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more