Struct winapi::winuser::NMHDR [] [src]

pub struct NMHDR {
    pub hwndFrom: HWND,
    pub idFrom: UINT_PTR,
    pub code: UINT,
}

The lParam of the WM_NOTIFY message is a pointer to this structure

Fields

hwndFrom
idFrom
code

Trait Implementations

Derived Implementations

impl Debug for NMHDR

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

impl Copy for NMHDR

impl Clone for NMHDR

fn clone(&self) -> NMHDR

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