pub type BITMAP = tagBITMAP;Aliased Type§
#[repr(C)]pub struct BITMAP {
pub bmType: i64,
pub bmWidth: i64,
pub bmHeight: i64,
pub bmWidthBytes: i64,
pub bmPlanes: u16,
pub bmBitsPixel: u16,
pub bmBits: *mut c_void,
}Fields§
§bmType: i64§bmWidth: i64§bmHeight: i64§bmWidthBytes: i64§bmPlanes: u16§bmBitsPixel: u16§bmBits: *mut c_void