Struct windows_sys::Win32::Graphics::Gdi::BITMAP
#[repr(C)]pub struct BITMAP {
pub bmType: i32,
pub bmWidth: i32,
pub bmHeight: i32,
pub bmWidthBytes: i32,
pub bmPlanes: u16,
pub bmBitsPixel: u16,
pub bmBits: *mut c_void,
}
Fields§
§bmType: i32
§bmWidth: i32
§bmHeight: i32
§bmWidthBytes: i32
§bmPlanes: u16
§bmBitsPixel: u16
§bmBits: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BITMAP
impl !Send for BITMAP
impl !Sync for BITMAP
impl Unpin for BITMAP
impl UnwindSafe for BITMAP
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more