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