Struct windows_sys::Win32::Graphics::Gdi::BITMAPCOREHEADER
[−]#[repr(C)]pub struct BITMAPCOREHEADER {
pub bcSize: u32,
pub bcWidth: u16,
pub bcHeight: u16,
pub bcPlanes: u16,
pub bcBitCount: u16,
}
Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
bcSize: u32
bcWidth: u16
bcHeight: u16
bcPlanes: u16
bcBitCount: u16
Trait Implementations
impl Clone for BITMAPCOREHEADER
impl Clone for BITMAPCOREHEADER
impl Copy for BITMAPCOREHEADER
Auto Trait Implementations
impl RefUnwindSafe for BITMAPCOREHEADER
impl Send for BITMAPCOREHEADER
impl Sync for BITMAPCOREHEADER
impl Unpin for BITMAPCOREHEADER
impl UnwindSafe for BITMAPCOREHEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more