Struct winapi::wingdi::BITMAPINFOHEADER
[−]
[src]
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 | |
biWidth | |
biHeight | |
biPlanes | |
biBitCount | |
biCompression | |
biSizeImage | |
biXPelsPerMeter | |
biYPelsPerMeter | |
biClrUsed | |
biClrImportant |
Trait Implementations
impl Copy for BITMAPINFOHEADER
[src]
impl Clone for BITMAPINFOHEADER
[src]
fn clone(&self) -> BITMAPINFOHEADER
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more