#[repr(C)]pub struct tagMSLLHOOKSTRUCT {
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 tagMSLLHOOKSTRUCT
impl Clone for tagMSLLHOOKSTRUCT
Source§fn clone(&self) -> tagMSLLHOOKSTRUCT
fn clone(&self) -> tagMSLLHOOKSTRUCT
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 Debug for tagMSLLHOOKSTRUCT
impl Debug for tagMSLLHOOKSTRUCT
Source§impl Ord for tagMSLLHOOKSTRUCT
impl Ord for tagMSLLHOOKSTRUCT
Source§fn cmp(&self, other: &tagMSLLHOOKSTRUCT) -> Ordering
fn cmp(&self, other: &tagMSLLHOOKSTRUCT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMSLLHOOKSTRUCT
impl PartialEq for tagMSLLHOOKSTRUCT
Source§impl PartialOrd for tagMSLLHOOKSTRUCT
impl PartialOrd for tagMSLLHOOKSTRUCT
impl Copy for tagMSLLHOOKSTRUCT
impl Eq for tagMSLLHOOKSTRUCT
impl StructuralPartialEq for tagMSLLHOOKSTRUCT
Auto Trait Implementations§
impl Freeze for tagMSLLHOOKSTRUCT
impl RefUnwindSafe for tagMSLLHOOKSTRUCT
impl Send for tagMSLLHOOKSTRUCT
impl Sync for tagMSLLHOOKSTRUCT
impl Unpin for tagMSLLHOOKSTRUCT
impl UnwindSafe for tagMSLLHOOKSTRUCT
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