Struct windows_sys::Win32::Graphics::Gdi::BITMAPFILEHEADER
#[repr(C, packed(2))]pub struct BITMAPFILEHEADER {
pub bfType: u16,
pub bfSize: u32,
pub bfReserved1: u16,
pub bfReserved2: u16,
pub bfOffBits: u32,
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields§
§bfType: u16§bfSize: u32§bfReserved1: u16§bfReserved2: u16§bfOffBits: u32