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: LONG
bmWidth: LONG
bmHeight: LONG
bmWidthBytes: LONG
bmPlanes: WORD
bmBitsPixel: WORD
cbSize: ULONG
pBuffer: [byte; 1]
Trait Implementations
Returns the “default value” for a type. Read more