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: DWORD biWidth: LONG biHeight: LONG biPlanes: WORD biBitCount: WORD biCompression: DWORD biSizeImage: DWORD biXPelsPerMeter: LONG biYPelsPerMeter: LONG biClrUsed: DWORD biClrImportant: DWORD

Trait Implementations

impl Debug for BITMAPINFOHEADER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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