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
xHotspot
yHotspot
hbmMask
hbmColor

Trait Implementations

Derived Implementations

impl Debug for ICONINFO

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

impl Copy for ICONINFO

impl Clone for ICONINFO

fn clone(&self) -> ICONINFO

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