Struct winapi::um::wingdi::BITMAPINFOHEADER
source · #[repr(C)]pub struct BITMAPINFOHEADER {
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 BITMAPINFOHEADER
impl Clone for BITMAPINFOHEADER
source§fn clone(&self) -> BITMAPINFOHEADER
fn clone(&self) -> BITMAPINFOHEADER
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 Default for BITMAPINFOHEADER
impl Default for BITMAPINFOHEADER
source§fn default() -> BITMAPINFOHEADER
fn default() -> BITMAPINFOHEADER
Returns the “default value” for a type. Read more