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

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

Fields

hwndFrom: HWND idFrom: UINT_PTR code: UINT

Trait Implementations

impl Debug for NMHDR
[src]

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

Formats the value using the given formatter.

impl Copy for NMHDR
[src]

impl Clone for NMHDR
[src]

fn clone(&self) -> NMHDR

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