Struct winapi::um::wingdi::CHARSETINFO [−][src]
#[repr(C)]pub struct CHARSETINFO {
pub ciCharset: UINT,
pub ciACP: UINT,
pub fs: FONTSIGNATURE,
}Fields
ciCharset: UINTciACP: UINTfs: FONTSIGNATURETrait Implementations
Returns the “default value” for a type. Read more