Struct winapi::winuser::KBDLLHOOKSTRUCT
[−]
[src]
pub struct KBDLLHOOKSTRUCT { pub vkCode: DWORD, pub scanCode: DWORD, pub flags: DWORD, pub time: DWORD, pub dwExtraInfo: ULONG_PTR, }
Fields
vkCode | |
scanCode | |
flags | |
time | |
dwExtraInfo |
Trait Implementations
impl Copy for KBDLLHOOKSTRUCT
[src]
impl Clone for KBDLLHOOKSTRUCT
[src]
fn clone(&self) -> KBDLLHOOKSTRUCT
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