#[repr(C)]
pub struct BITMAPV4HEADER {
Show 20 fields pub bV4Size: u32, pub bV4Width: i32, pub bV4Height: i32, pub bV4Planes: u16, pub bV4BitCount: u16, pub bV4V4Compression: u32, pub bV4SizeImage: u32, pub bV4XPelsPerMeter: i32, pub bV4YPelsPerMeter: i32, pub bV4ClrUsed: u32, pub bV4ClrImportant: u32, pub bV4RedMask: u32, pub bV4GreenMask: u32, pub bV4BlueMask: u32, pub bV4AlphaMask: u32, pub bV4CSType: u32, pub bV4Endpoints: CIEXYZTRIPLE, pub bV4GammaRed: u32, pub bV4GammaGreen: u32, pub bV4GammaBlue: u32,
}
Expand description

Required features: "Win32_Graphics_Gdi"

Fields

bV4Size: u32bV4Width: i32bV4Height: i32bV4Planes: u16bV4BitCount: u16bV4V4Compression: u32bV4SizeImage: u32bV4XPelsPerMeter: i32bV4YPelsPerMeter: i32bV4ClrUsed: u32bV4ClrImportant: u32bV4RedMask: u32bV4GreenMask: u32bV4BlueMask: u32bV4AlphaMask: u32bV4CSType: u32bV4Endpoints: CIEXYZTRIPLEbV4GammaRed: u32bV4GammaGreen: u32bV4GammaBlue: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.