#[repr(C)]pub struct MOUSEINPUT {
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 MOUSEINPUT
impl Clone for MOUSEINPUT
Source§fn clone(&self) -> MOUSEINPUT
fn clone(&self) -> MOUSEINPUT
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 Default for MOUSEINPUT
impl Default for MOUSEINPUT
Source§fn default() -> MOUSEINPUT
fn default() -> MOUSEINPUT
Returns the “default value” for a type. Read more
impl Copy for MOUSEINPUT
Auto Trait Implementations§
impl Freeze for MOUSEINPUT
impl RefUnwindSafe for MOUSEINPUT
impl Send for MOUSEINPUT
impl Sync for MOUSEINPUT
impl Unpin for MOUSEINPUT
impl UnwindSafe for MOUSEINPUT
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