Struct winapi::winnls::CPINFOEXA [] [src]

pub struct CPINFOEXA {
    pub MaxCharSize: UINT,
    pub DefaultChar: [BYTE; 2],
    pub LeadByte: [BYTE; 12],
    pub UnicodeDefaultChar: WCHAR,
    pub CodePage: UINT,
    pub CodePageName: [CHAR; 260],
}

Fields

MaxCharSize: UINT DefaultChar: [BYTE; 2] LeadByte: [BYTE; 12] UnicodeDefaultChar: WCHAR CodePage: UINT CodePageName: [CHAR; 260]

Trait Implementations

impl Copy for CPINFOEXA
[src]

impl Clone for CPINFOEXA
[src]

fn clone(&self) -> CPINFOEXA

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