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