Struct winapi::commctrl::NMTCKEYDOWN
[−]
[src]
pub struct NMTCKEYDOWN { pub hdr: NMHDR, pub wVKey: WORD, pub flags: UINT, }
Fields
hdr | |
wVKey | |
flags |
Trait Implementations
impl Copy for NMTCKEYDOWN
[src]
impl Clone for NMTCKEYDOWN
[src]
fn clone(&self) -> NMTCKEYDOWN
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