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