Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::HARDWAREHOOKSTRUCT [−][src]
#[repr(C)]pub struct HARDWAREHOOKSTRUCT {
pub hwnd: HWND,
pub message: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
}Fields
hwnd: HWNDmessage: u32wParam: WPARAMlParam: LPARAMTrait Implementations
type Abi = HARDWAREHOOKSTRUCT
type Abi = HARDWAREHOOKSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = HARDWAREHOOKSTRUCT
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 HARDWAREHOOKSTRUCT
impl Send for HARDWAREHOOKSTRUCT
impl Sync for HARDWAREHOOKSTRUCT
impl Unpin for HARDWAREHOOKSTRUCT
impl UnwindSafe for HARDWAREHOOKSTRUCT
Blanket Implementations
Mutably borrows from an owned value. Read more