Struct winapi::nb30::LANA_ENUM [] [src]

pub struct LANA_ENUM {
    pub length: UCHAR,
    pub lana: [UCHAR; 255],
}

Fields

length: UCHAR lana: [UCHAR; 255]

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