Struct winapi::winnls::CPINFOEXA
[−]
[src]
pub struct CPINFOEXA { pub MaxCharSize: UINT, pub DefaultChar: [BYTE; MAX_DEFAULTCHAR], pub LeadByte: [BYTE; MAX_LEADBYTES], pub UnicodeDefaultChar: WCHAR, pub CodePage: UINT, pub CodePageName: [CHAR; ::MAX_PATH], }
Fields
MaxCharSize | |
DefaultChar | |
LeadByte | |
UnicodeDefaultChar | |
CodePage | |
CodePageName |
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