Struct webview2_com_sys::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 DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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