Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::KBDLLHOOKSTRUCT [−][src]
#[repr(C)]pub struct KBDLLHOOKSTRUCT {
pub vkCode: u32,
pub scanCode: u32,
pub flags: u32,
pub time: u32,
pub dwExtraInfo: usize,
}Fields
vkCode: u32scanCode: u32flags: u32time: u32dwExtraInfo: usizeTrait Implementations
type Abi = KBDLLHOOKSTRUCT
type Abi = KBDLLHOOKSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = KBDLLHOOKSTRUCT
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for KBDLLHOOKSTRUCT
impl Send for KBDLLHOOKSTRUCT
impl Sync for KBDLLHOOKSTRUCT
impl Unpin for KBDLLHOOKSTRUCT
impl UnwindSafe for KBDLLHOOKSTRUCT
Blanket Implementations
Mutably borrows from an owned value. Read more