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: NMHDR dwItemSpec: DWORD_PTR dwItemData: DWORD_PTR pt: POINT dwHitInfo: LPARAM

Trait Implementations

impl Debug for NMMOUSE
[src]

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

Formats the value using the given formatter.

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