Struct winapi::winuser::HELPINFO [] [src]

pub struct HELPINFO {
    pub cbSize: UINT,
    pub iContextType: c_int,
    pub iCtrlId: c_int,
    pub hItemHandle: HANDLE,
    pub dwContextId: DWORD,
    pub MousePos: POINT,
}

Fields

cbSize: UINT iContextType: c_int iCtrlId: c_int hItemHandle: HANDLE dwContextId: DWORD MousePos: POINT

Trait Implementations

impl Debug for HELPINFO
[src]

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

Formats the value using the given formatter.

impl Copy for HELPINFO
[src]

impl Clone for HELPINFO
[src]

fn clone(&self) -> HELPINFO

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