Type Alias CPINFO

Source
pub type CPINFO = _cpinfo;

Aliased Type§

struct CPINFO {
    pub MaxCharSize: u32,
    pub DefaultChar: [u8; 2],
    pub LeadByte: [u8; 12],
}

Fields§

§MaxCharSize: u32§DefaultChar: [u8; 2]§LeadByte: [u8; 12]