Struct windows_sys::Win32::UI::WindowsAndMessaging::MSLLHOOKSTRUCT
[−]#[repr(C)]pub struct MSLLHOOKSTRUCT {
pub pt: POINT,
pub mouseData: MOUSEHOOKSTRUCTEX_MOUSE_DATA,
pub flags: u32,
pub time: u32,
pub dwExtraInfo: usize,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"
Fields
pt: POINTmouseData: MOUSEHOOKSTRUCTEX_MOUSE_DATAflags: u32time: u32dwExtraInfo: usizeTrait Implementations
impl Clone for MSLLHOOKSTRUCT
impl Clone for MSLLHOOKSTRUCT
impl Copy for MSLLHOOKSTRUCT
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more