#[repr(C)]pub struct MSLLHOOKSTRUCT {
pub pt: POINT,
pub mouseData: DWORD,
pub flags: DWORD,
pub time: DWORD,
pub dwExtraInfo: ULONG_PTR,
}
Fields§
§pt: POINT
§mouseData: DWORD
§flags: DWORD
§time: DWORD
§dwExtraInfo: ULONG_PTR
Trait Implementations§
Source§impl Clone for MSLLHOOKSTRUCT
impl Clone for MSLLHOOKSTRUCT
Source§fn clone(&self) -> MSLLHOOKSTRUCT
fn clone(&self) -> MSLLHOOKSTRUCT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for MSLLHOOKSTRUCT
impl Default for MSLLHOOKSTRUCT
Source§fn default() -> MSLLHOOKSTRUCT
fn default() -> MSLLHOOKSTRUCT
Returns the “default value” for a type. Read more
impl Copy for MSLLHOOKSTRUCT
Auto Trait Implementations§
impl Freeze for MSLLHOOKSTRUCT
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