#[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_PTR
Trait Implementations§
Source§impl Clone for tagMOUSEMOVEPOINT
impl Clone for tagMOUSEMOVEPOINT
Source§fn clone(&self) -> tagMOUSEMOVEPOINT
fn clone(&self) -> tagMOUSEMOVEPOINT
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 tagMOUSEMOVEPOINT
impl Debug for tagMOUSEMOVEPOINT
Source§impl Ord for tagMOUSEMOVEPOINT
impl Ord for tagMOUSEMOVEPOINT
Source§fn cmp(&self, other: &tagMOUSEMOVEPOINT) -> Ordering
fn cmp(&self, other: &tagMOUSEMOVEPOINT) -> 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 tagMOUSEMOVEPOINT
impl PartialEq for tagMOUSEMOVEPOINT
Source§impl PartialOrd for tagMOUSEMOVEPOINT
impl PartialOrd for tagMOUSEMOVEPOINT
impl Copy for tagMOUSEMOVEPOINT
impl Eq for tagMOUSEMOVEPOINT
impl StructuralPartialEq 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