Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::MOUSEHOOKSTRUCT [−][src]
#[repr(C)]pub struct MOUSEHOOKSTRUCT {
pub pt: POINT,
pub hwnd: HWND,
pub wHitTestCode: u32,
pub dwExtraInfo: usize,
}Fields
pt: POINThwnd: HWNDwHitTestCode: u32dwExtraInfo: usizeTrait Implementations
type Abi = MOUSEHOOKSTRUCT
type Abi = MOUSEHOOKSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = MOUSEHOOKSTRUCT
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 MOUSEHOOKSTRUCT
impl Send for MOUSEHOOKSTRUCT
impl Sync for MOUSEHOOKSTRUCT
impl Unpin for MOUSEHOOKSTRUCT
impl UnwindSafe for MOUSEHOOKSTRUCT
Blanket Implementations
Mutably borrows from an owned value. Read more