#[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_PTR
Trait Implementations§
Source§impl Clone for KBDLLHOOKSTRUCT
impl Clone for KBDLLHOOKSTRUCT
Source§fn clone(&self) -> KBDLLHOOKSTRUCT
fn clone(&self) -> KBDLLHOOKSTRUCT
Returns a duplicate 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
impl Copy for KBDLLHOOKSTRUCT
Auto Trait Implementations§
impl Freeze for KBDLLHOOKSTRUCT
impl RefUnwindSafe for KBDLLHOOKSTRUCT
impl Send for KBDLLHOOKSTRUCT
impl Sync for KBDLLHOOKSTRUCT
impl Unpin for KBDLLHOOKSTRUCT
impl UnwindSafe for KBDLLHOOKSTRUCT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more