Struct winapi::um::winuser::KBDLLHOOKSTRUCT
source · #[repr(C)]pub struct KBDLLHOOKSTRUCT {
pub vkCode: DWORD,
pub scanCode: DWORD,
pub flags: DWORD,
pub time: DWORD,
pub dwExtraInfo: ULONG_PTR,
}Fields§
§vkCode: DWORD§scanCode: DWORD§flags: DWORD§time: DWORD§dwExtraInfo: ULONG_PTRTrait Implementations§
source§impl Clone for KBDLLHOOKSTRUCT
impl Clone for KBDLLHOOKSTRUCT
source§fn clone(&self) -> KBDLLHOOKSTRUCT
fn clone(&self) -> KBDLLHOOKSTRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for KBDLLHOOKSTRUCT
impl Default for KBDLLHOOKSTRUCT
source§fn default() -> KBDLLHOOKSTRUCT
fn default() -> KBDLLHOOKSTRUCT
Returns the “default value” for a type. Read more