Struct winapi::winnls::CPINFOEXW
[−]
[src]
pub struct CPINFOEXW { pub MaxCharSize: UINT, pub DefaultChar: [BYTE; MAX_DEFAULTCHAR], pub LeadByte: [BYTE; MAX_LEADBYTES], pub UnicodeDefaultChar: WCHAR, pub CodePage: UINT, pub CodePageName: [WCHAR; ::MAX_PATH], }
Fields
MaxCharSize | |
DefaultChar | |
LeadByte | |
UnicodeDefaultChar | |
CodePage | |
CodePageName |
Trait Implementations
impl Copy for CPINFOEXW
[src]
impl Clone for CPINFOEXW
[src]
fn clone(&self) -> CPINFOEXW
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