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