Struct winapi::winuser::ICONINFO [] [src]

pub struct ICONINFO {
    pub fIcon: BOOL,
    pub xHotspot: DWORD,
    pub yHotspot: DWORD,
    pub hbmMask: HBITMAP,
    pub hbmColor: HBITMAP,
}

Fields

fIcon: BOOL xHotspot: DWORD yHotspot: DWORD hbmMask: HBITMAP hbmColor: HBITMAP

Trait Implementations

impl Debug for ICONINFO
[src]

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

Formats the value using the given formatter.

impl Copy for ICONINFO
[src]

impl Clone for ICONINFO
[src]

fn clone(&self) -> ICONINFO

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