Struct winapi::winuser::NMHDR
[−]
[src]
pub struct NMHDR {
pub hwndFrom: HWND,
pub idFrom: UINT_PTR,
pub code: UINT,
}Fields
hwndFrom | |
idFrom | |
code |
Trait Implementations
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