Struct winapi::commctrl::NMMOUSE
[−]
[src]
pub struct NMMOUSE {
pub hdr: NMHDR,
pub dwItemSpec: DWORD_PTR,
pub dwItemData: DWORD_PTR,
pub pt: POINT,
pub dwHitInfo: LPARAM,
}Fields
hdr | |
dwItemSpec | |
dwItemData | |
pt | |
dwHitInfo |
Trait Implementations
impl Copy for NMMOUSE[src]
impl Clone for NMMOUSE[src]
fn clone(&self) -> NMMOUSE
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