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 NMHDR
impl Clone for NMHDR
[src]
impl Clone for NMHDR
fn clone(&self) -> NMHDR
[src]
fn clone(&self) -> NMHDR
Returns 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 NMHDR
fn eq(&self, other: &NMHDR) -> bool
[src]
fn eq(&self, other: &NMHDR) -> bool
This 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) -> bool
This method tests for !=
.
impl Debug for NMHDR
[src]
impl Debug for NMHDR