Struct win_sys::SystemServices::userBITMAP [−][src]
#[repr(C)]pub struct userBITMAP {
pub bmType: i32,
pub bmWidth: i32,
pub bmHeight: i32,
pub bmWidthBytes: i32,
pub bmPlanes: u16,
pub bmBitsPixel: u16,
pub cbSize: u32,
pub pBuffer: [u8; 1],
}Expand description
Required features: Win32_System_SystemServices
Fields
bmType: i32bmWidth: i32bmHeight: i32bmWidthBytes: i32bmPlanes: u16bmBitsPixel: u16cbSize: u32pBuffer: [u8; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for userBITMAP
impl Send for userBITMAP
impl Sync for userBITMAP
impl Unpin for userBITMAP
impl UnwindSafe for userBITMAP
Blanket Implementations
Mutably borrows from an owned value. Read more