Struct winsafe::BITMAPINFOHEADER[][src]

#[repr(C)]
pub struct BITMAPINFOHEADER { pub biWidth: i32, pub biHeight: i32, pub biPlanes: u16, pub biBitCount: u16, pub biCompression: BI, pub biSizeImage: u32, pub biXPelsPerMeter: i32, pub biYPelsPerMeter: i32, pub biClrUsed: u32, pub biClrImportant: u32, // some fields omitted }
Expand description

Fields

biWidth: i32biHeight: i32biPlanes: u16biBitCount: u16biCompression: BIbiSizeImage: u32biXPelsPerMeter: i32biYPelsPerMeter: i32biClrUsed: u32biClrImportant: u32

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.