pub type userBITMAP = _userBITMAP;Aliased Type§
#[repr(C)]pub struct userBITMAP {
pub bmType: i64,
pub bmWidth: i64,
pub bmHeight: i64,
pub bmWidthBytes: i64,
pub bmPlanes: u16,
pub bmBitsPixel: u16,
pub cbSize: u64,
pub pBuffer: [u8; 1],
}Fields§
§bmType: i64§bmWidth: i64§bmHeight: i64§bmWidthBytes: i64§bmPlanes: u16§bmBitsPixel: u16§cbSize: u64§pBuffer: [u8; 1]