#[repr(C)]pub struct tagBITMAP {
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: LPVOIDTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagBITMAP
impl !Send for tagBITMAP
impl !Sync for tagBITMAP
impl Unpin for tagBITMAP
impl UnwindSafe for tagBITMAP
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