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: LONG bmWidth: LONG bmHeight: LONG bmWidthBytes: LONG bmPlanes: WORD bmBitsPixel: WORD bmBits: LPVOID

Trait Implementations

impl Debug for BITMAP
[src]

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

Formats the value using the given formatter.

impl Copy for BITMAP
[src]

impl Clone for BITMAP
[src]

fn clone(&self) -> BITMAP

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