Struct windows_sys::Win32::UI::WindowsAndMessaging::MSLLHOOKSTRUCT
#[repr(C)]pub struct MSLLHOOKSTRUCT {
pub pt: POINT,
pub mouseData: u32,
pub flags: u32,
pub time: u32,
pub dwExtraInfo: usize,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§pt: POINT
§mouseData: u32
§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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more