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