#[repr(C)]pub struct tagMOUSEINPUT {
pub dx: LONG,
pub dy: LONG,
pub mouseData: DWORD,
pub dwFlags: DWORD,
pub time: DWORD,
pub dwExtraInfo: ULONG_PTR,
}
Fields§
§dx: LONG
§dy: LONG
§mouseData: DWORD
§dwFlags: DWORD
§time: DWORD
§dwExtraInfo: ULONG_PTR
Trait Implementations§
Source§impl Clone for tagMOUSEINPUT
impl Clone for tagMOUSEINPUT
Source§fn clone(&self) -> tagMOUSEINPUT
fn clone(&self) -> tagMOUSEINPUT
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 tagMOUSEINPUT
impl Debug for tagMOUSEINPUT
Source§impl Ord for tagMOUSEINPUT
impl Ord for tagMOUSEINPUT
Source§fn cmp(&self, other: &tagMOUSEINPUT) -> Ordering
fn cmp(&self, other: &tagMOUSEINPUT) -> 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 tagMOUSEINPUT
impl PartialEq for tagMOUSEINPUT
Source§impl PartialOrd for tagMOUSEINPUT
impl PartialOrd for tagMOUSEINPUT
impl Copy for tagMOUSEINPUT
impl Eq for tagMOUSEINPUT
impl StructuralPartialEq for tagMOUSEINPUT
Auto Trait Implementations§
impl Freeze for tagMOUSEINPUT
impl RefUnwindSafe for tagMOUSEINPUT
impl Send for tagMOUSEINPUT
impl Sync for tagMOUSEINPUT
impl Unpin for tagMOUSEINPUT
impl UnwindSafe for tagMOUSEINPUT
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