Struct winapi::shared::wtypes::userBITMAP [−][src]
#[repr(C)]pub struct userBITMAP {
pub bmType: LONG,
pub bmWidth: LONG,
pub bmHeight: LONG,
pub bmWidthBytes: LONG,
pub bmPlanes: WORD,
pub bmBitsPixel: WORD,
pub cbSize: ULONG,
pub pBuffer: [byte; 1],
}Fields
bmType: LONGbmWidth: LONGbmHeight: LONGbmWidthBytes: LONGbmPlanes: WORDbmBitsPixel: WORDcbSize: ULONGpBuffer: [byte; 1]Trait Implementations
Returns the “default value” for a type. Read more