#[repr(C)]pub struct tagBITMAPINFOHEADER {
pub biSize: DWORD,
pub biWidth: LONG,
pub biHeight: LONG,
pub biPlanes: WORD,
pub biBitCount: WORD,
pub biCompression: DWORD,
pub biSizeImage: DWORD,
pub biXPelsPerMeter: LONG,
pub biYPelsPerMeter: LONG,
pub biClrUsed: DWORD,
pub biClrImportant: DWORD,
}
Fields§
§biSize: DWORD
§biWidth: LONG
§biHeight: LONG
§biPlanes: WORD
§biBitCount: WORD
§biCompression: DWORD
§biSizeImage: DWORD
§biXPelsPerMeter: LONG
§biYPelsPerMeter: LONG
§biClrUsed: DWORD
§biClrImportant: DWORD
Trait Implementations§
Source§impl Clone for tagBITMAPINFOHEADER
impl Clone for tagBITMAPINFOHEADER
Source§fn clone(&self) -> tagBITMAPINFOHEADER
fn clone(&self) -> tagBITMAPINFOHEADER
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 tagBITMAPINFOHEADER
impl Debug for tagBITMAPINFOHEADER
Source§impl Ord for tagBITMAPINFOHEADER
impl Ord for tagBITMAPINFOHEADER
Source§fn cmp(&self, other: &tagBITMAPINFOHEADER) -> Ordering
fn cmp(&self, other: &tagBITMAPINFOHEADER) -> 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 tagBITMAPINFOHEADER
impl PartialEq for tagBITMAPINFOHEADER
Source§impl PartialOrd for tagBITMAPINFOHEADER
impl PartialOrd for tagBITMAPINFOHEADER
impl Copy for tagBITMAPINFOHEADER
impl Eq for tagBITMAPINFOHEADER
impl StructuralPartialEq for tagBITMAPINFOHEADER
Auto Trait Implementations§
impl Freeze for tagBITMAPINFOHEADER
impl RefUnwindSafe for tagBITMAPINFOHEADER
impl Send for tagBITMAPINFOHEADER
impl Sync for tagBITMAPINFOHEADER
impl Unpin for tagBITMAPINFOHEADER
impl UnwindSafe for tagBITMAPINFOHEADER
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