Struct winapi::um::wingdi::BITMAPCOREHEADER [−][src]
#[repr(C)]pub struct BITMAPCOREHEADER {
pub bcSize: DWORD,
pub bcWidth: WORD,
pub bcHeight: WORD,
pub bcPlanes: WORD,
pub bcBitCount: WORD,
}Fields
bcSize: DWORDbcWidth: WORDbcHeight: WORDbcPlanes: WORDbcBitCount: WORDTrait Implementations
Returns the “default value” for a type. Read more