Struct ui_sys::platform::windows::NMHDR [−][src]
Fields
hwndFrom: HWND
idFrom: UINT_PTR
code: UINT
Trait Implementations
impl Copy for NMHDR[src]
impl Copy for NMHDRimpl Clone for NMHDR[src]
impl Clone for NMHDRfn clone(&self) -> NMHDR[src]
fn clone(&self) -> NMHDRReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for NMHDR[src]
impl PartialEq for NMHDRfn eq(&self, other: &NMHDR) -> bool[src]
fn eq(&self, other: &NMHDR) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &NMHDR) -> bool[src]
fn ne(&self, other: &NMHDR) -> boolThis method tests for !=.
impl Debug for NMHDR[src]
impl Debug for NMHDR