#[repr(C)]pub struct BITMAPCOREHEADER {
pub bcSize: u32,
pub bcWidth: u16,
pub bcHeight: u16,
pub bcPlanes: u16,
pub bcBitCount: u16,
}Fields§
§bcSize: u32§bcWidth: u16§bcHeight: u16§bcPlanes: u16§bcBitCount: u16Trait Implementations§
Source§impl Abi for BITMAPCOREHEADER
impl Abi for BITMAPCOREHEADER
Source§type Abi = BITMAPCOREHEADER
type Abi = BITMAPCOREHEADER
The abi representation of the implementing type. Read more
type DefaultType = BITMAPCOREHEADER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for BITMAPCOREHEADER
impl Clone for BITMAPCOREHEADER
Source§fn clone(&self) -> BITMAPCOREHEADER
fn clone(&self) -> BITMAPCOREHEADER
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BITMAPCOREHEADER
impl Debug for BITMAPCOREHEADER
Source§impl Default for BITMAPCOREHEADER
impl Default for BITMAPCOREHEADER
Source§impl PartialEq for BITMAPCOREHEADER
impl PartialEq for BITMAPCOREHEADER
impl Copy for BITMAPCOREHEADER
impl Eq for BITMAPCOREHEADER
Auto Trait Implementations§
impl Freeze for BITMAPCOREHEADER
impl RefUnwindSafe for BITMAPCOREHEADER
impl Send for BITMAPCOREHEADER
impl Sync for BITMAPCOREHEADER
impl Unpin for BITMAPCOREHEADER
impl UnwindSafe for BITMAPCOREHEADER
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