Struct winapi::um::wingdi::BITMAPINFOHEADER [−][src]
#[repr(C)]pub struct BITMAPINFOHEADER {
pub biSize: DWORD,
pub biWidth: LONG,
pub biHeight: LONG,
pub biPlanes: WORD,
pub biBitCount: WORD,
pub biCompression: DWORD,
pub biSizeImage: DWORD,
pub biXPelsPerMeter: LONG,
pub biYPelsPerMeter: LONG,
pub biClrUsed: DWORD,
pub biClrImportant: DWORD,
}Fields
biSize: DWORDbiWidth: LONGbiHeight: LONGbiPlanes: WORDbiBitCount: WORDbiCompression: DWORDbiSizeImage: DWORDbiXPelsPerMeter: LONGbiYPelsPerMeter: LONGbiClrUsed: DWORDbiClrImportant: DWORDTrait Implementations
Returns the “default value” for a type. Read more