#[repr(C, packed(2))]pub struct tagBITMAPFILEHEADER {
pub bfType: WORD,
pub bfSize: DWORD,
pub bfReserved1: WORD,
pub bfReserved2: WORD,
pub bfOffBits: DWORD,
}
Fields§
§bfType: WORD
§bfSize: DWORD
§bfReserved1: WORD
§bfReserved2: WORD
§bfOffBits: DWORD
Trait Implementations§
Source§impl Clone for tagBITMAPFILEHEADER
impl Clone for tagBITMAPFILEHEADER
Source§fn clone(&self) -> tagBITMAPFILEHEADER
fn clone(&self) -> tagBITMAPFILEHEADER
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 tagBITMAPFILEHEADER
impl Debug for tagBITMAPFILEHEADER
Source§impl Ord for tagBITMAPFILEHEADER
impl Ord for tagBITMAPFILEHEADER
Source§fn cmp(&self, other: &tagBITMAPFILEHEADER) -> Ordering
fn cmp(&self, other: &tagBITMAPFILEHEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagBITMAPFILEHEADER
impl PartialEq for tagBITMAPFILEHEADER
Source§impl PartialOrd for tagBITMAPFILEHEADER
impl PartialOrd for tagBITMAPFILEHEADER
impl Copy for tagBITMAPFILEHEADER
impl Eq for tagBITMAPFILEHEADER
impl StructuralPartialEq for tagBITMAPFILEHEADER
Auto Trait Implementations§
impl Freeze for tagBITMAPFILEHEADER
impl RefUnwindSafe for tagBITMAPFILEHEADER
impl Send for tagBITMAPFILEHEADER
impl Sync for tagBITMAPFILEHEADER
impl Unpin for tagBITMAPFILEHEADER
impl UnwindSafe for tagBITMAPFILEHEADER
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