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: POINT
mouseData: MOUSEHOOKSTRUCTEX_MOUSE_DATA
flags: u32
time: u32
dwExtraInfo: usize
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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