Struct winapi::wingdi::BITMAP [] [src]

pub struct BITMAP {
    pub bmType: LONG,
    pub bmWidth: LONG,
    pub bmHeight: LONG,
    pub bmWidthBytes: LONG,
    pub bmPlanes: WORD,
    pub bmBitsPixel: WORD,
    pub bmBits: LPVOID,
}

Fields

bmType
bmWidth
bmHeight
bmWidthBytes
bmPlanes
bmBitsPixel
bmBits

Trait Implementations

Derived Implementations

impl Debug for BITMAP

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

impl Copy for BITMAP

impl Clone for BITMAP

fn clone(&self) -> BITMAP

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