Struct MSLLHOOKSTRUCT
#[repr(C)]pub struct MSLLHOOKSTRUCT {
pub pt: POINT,
pub mouseData: u32,
pub flags: u32,
pub time: u32,
pub dwExtraInfo: usize,
}
Fields§
§pt: POINT
§mouseData: u32
§flags: u32
§time: u32
§dwExtraInfo: usize
Trait Implementations§
§impl Clone for MSLLHOOKSTRUCT
impl Clone for MSLLHOOKSTRUCT
§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 moreimpl 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