#[repr(C)]pub struct tagMOUSEMOVEPOINT {
pub x: c_int,
pub y: c_int,
pub time: DWORD,
pub dwExtraInfo: ULONG_PTR,
}Fields§
§x: c_int§y: c_int§time: DWORD§dwExtraInfo: ULONG_PTRTrait Implementations§
Source§impl Clone for tagMOUSEMOVEPOINT
impl Clone for tagMOUSEMOVEPOINT
Source§fn clone(&self) -> tagMOUSEMOVEPOINT
fn clone(&self) -> tagMOUSEMOVEPOINT
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 tagMOUSEMOVEPOINT
impl Debug for tagMOUSEMOVEPOINT
impl Copy for tagMOUSEMOVEPOINT
Auto Trait Implementations§
impl Freeze for tagMOUSEMOVEPOINT
impl RefUnwindSafe for tagMOUSEMOVEPOINT
impl Send for tagMOUSEMOVEPOINT
impl Sync for tagMOUSEMOVEPOINT
impl Unpin for tagMOUSEMOVEPOINT
impl UnwindSafe for tagMOUSEMOVEPOINT
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