#[repr(C)]pub struct MOUSE_INPUT_DATA {
pub UnitId: USHORT,
pub Flags: USHORT,
pub u: MouseButtons,
pub RawButtons: ULONG,
pub LastX: LONG,
pub LastY: LONG,
pub ExtraInformation: ULONG,
}Fields§
§UnitId: USHORT§Flags: USHORT§u: MouseButtons§RawButtons: ULONG§LastX: LONG§LastY: LONG§ExtraInformation: ULONGTrait Implementations§
Source§impl Clone for MOUSE_INPUT_DATA
impl Clone for MOUSE_INPUT_DATA
Source§fn clone(&self) -> MOUSE_INPUT_DATA
fn clone(&self) -> MOUSE_INPUT_DATA
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 moreimpl Copy for MOUSE_INPUT_DATA
Auto Trait Implementations§
impl Freeze for MOUSE_INPUT_DATA
impl RefUnwindSafe for MOUSE_INPUT_DATA
impl Send for MOUSE_INPUT_DATA
impl Sync for MOUSE_INPUT_DATA
impl Unpin for MOUSE_INPUT_DATA
impl UnwindSafe for MOUSE_INPUT_DATA
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