#[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_PTRTrait Implementations§
Source§impl Clone for tagMSLLHOOKSTRUCT
impl Clone for tagMSLLHOOKSTRUCT
Source§fn clone(&self) -> tagMSLLHOOKSTRUCT
fn clone(&self) -> tagMSLLHOOKSTRUCT
Returns a duplicate 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
impl Copy 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