#[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_PTRTrait Implementations§
Source§impl Clone for tagMOUSEINPUT
impl Clone for tagMOUSEINPUT
Source§fn clone(&self) -> tagMOUSEINPUT
fn clone(&self) -> tagMOUSEINPUT
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 tagMOUSEINPUT
impl Debug for tagMOUSEINPUT
impl Copy 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