#[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: LPVOID
Trait Implementations§
Source§impl Ord for tagBITMAP
impl Ord for tagBITMAP
Source§impl PartialOrd for tagBITMAP
impl PartialOrd for tagBITMAP
impl Copy for tagBITMAP
impl Eq for tagBITMAP
impl StructuralPartialEq for tagBITMAP
Auto Trait Implementations§
impl Freeze for tagBITMAP
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