Struct winapi::um::wingdi::METAHEADER [−][src]
#[repr(C)]pub struct METAHEADER {
pub mtType: WORD,
pub mtHeaderSize: WORD,
pub mtVersion: WORD,
pub mtSize: DWORD,
pub mtNoObjects: WORD,
pub mtMaxRecord: DWORD,
pub mtNoParameters: WORD,
}Fields
mtType: WORDmtHeaderSize: WORDmtVersion: WORDmtSize: DWORDmtNoObjects: WORDmtMaxRecord: DWORDmtNoParameters: WORDTrait Implementations
Returns the “default value” for a type. Read more