#[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: DWORDTrait Implementations§
Source§impl Clone for tagBITMAPINFOHEADER
impl Clone for tagBITMAPINFOHEADER
Source§fn clone(&self) -> tagBITMAPINFOHEADER
fn clone(&self) -> tagBITMAPINFOHEADER
Returns a duplicate 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
impl Copy 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