#[repr(C)]pub struct BITMAP {
pub bmType: LONG,
pub bmWidth: LONG,
pub bmHeight: LONG,
pub bmWidthBytes: LONG,
pub bmPlanes: WORD,
pub bmBitsPixel: WORD,
pub bmBits: LPVOID,
}
Fields§
§bmType: LONG
§bmWidth: LONG
§bmHeight: LONG
§bmWidthBytes: LONG
§bmPlanes: WORD
§bmBitsPixel: WORD
§bmBits: LPVOID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BITMAP
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