Struct winapi::winnls::CPINFO [] [src]

pub struct CPINFO {
    pub MaxCharSize: UINT,
    pub DefaultChar: [BYTE; 2],
    pub LeadByte: [BYTE; 12],
}

Fields

MaxCharSize: UINT DefaultChar: [BYTE; 2] LeadByte: [BYTE; 12]

Trait Implementations

impl Debug for CPINFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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