#[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: LONGbmWidth: LONGbmHeight: LONGbmWidthBytes: LONGbmPlanes: WORDbmBitsPixel: WORDbmBits: LPVOIDTrait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more