Struct webview2_com_sys::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 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 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