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 | |
iContextType | |
iCtrlId | |
hItemHandle | |
dwContextId | |
MousePos |
Trait Implementations
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