Struct winapi::commctrl::IMAGEINFO [] [src]

pub struct IMAGEINFO {
    pub hbmImage: HBITMAP,
    pub hbmMask: HBITMAP,
    pub Unused1: c_int,
    pub Unused2: c_int,
    pub rcImage: RECT,
}

Fields

hbmImage: HBITMAP hbmMask: HBITMAP Unused1: c_int Unused2: c_int rcImage: RECT

Trait Implementations

impl Debug for IMAGEINFO
[src]

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

Formats the value using the given formatter.

impl Copy for IMAGEINFO
[src]

impl Clone for IMAGEINFO
[src]

fn clone(&self) -> IMAGEINFO

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