Struct winapi::wingdi::BITMAPV5HEADER [] [src]

pub struct BITMAPV5HEADER {
    pub bV5Size: DWORD,
    pub bV5Width: LONG,
    pub bV5Height: LONG,
    pub bV5Planes: WORD,
    pub bV5BitCount: WORD,
    pub bV5Compression: DWORD,
    pub bV5SizeImage: DWORD,
    pub bV5XPelsPerMeter: LONG,
    pub bV5YPelsPerMeter: LONG,
    pub bV5ClrUsed: DWORD,
    pub bV5ClrImportant: DWORD,
    pub bV5RedMask: DWORD,
    pub bV5GreenMask: DWORD,
    pub bV5BlueMask: DWORD,
    pub bV5AlphaMask: DWORD,
    pub bV5CSType: LONG,
    pub bV5Endpoints: CIEXYZTRIPLE,
    pub bV5GammaRed: DWORD,
    pub bV5GammaGreen: DWORD,
    pub bV5GammaBlue: DWORD,
    pub bV5Intent: LONG,
    pub bV5ProfileData: DWORD,
    pub bV5ProfileSize: DWORD,
    pub bV5Reserved: DWORD,
}

Fields

bV5Size
bV5Width
bV5Height
bV5Planes
bV5BitCount
bV5Compression
bV5SizeImage
bV5XPelsPerMeter
bV5YPelsPerMeter
bV5ClrUsed
bV5ClrImportant
bV5RedMask
bV5GreenMask
bV5BlueMask
bV5AlphaMask
bV5CSType
bV5Endpoints
bV5GammaRed
bV5GammaGreen
bV5GammaBlue
bV5Intent
bV5ProfileData
bV5ProfileSize
bV5Reserved

Trait Implementations

Derived Implementations

impl Debug for BITMAPV5HEADER

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

impl Copy for BITMAPV5HEADER

impl Clone for BITMAPV5HEADER

fn clone(&self) -> BITMAPV5HEADER

fn clone_from(&mut self, source: &Self)