#[repr(C)]pub struct MOUSE_INPUT_DATA {
pub UnitId: u16,
pub Flags: u16,
pub Anonymous: MOUSE_INPUT_DATA_0,
pub RawButtons: u32,
pub LastX: i32,
pub LastY: i32,
pub ExtraInformation: u32,
}Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
UnitId: u16Flags: u16Anonymous: MOUSE_INPUT_DATA_0RawButtons: u32LastX: i32LastY: i32ExtraInformation: u32Trait Implementations
impl Clone for MOUSE_INPUT_DATA
impl Clone for MOUSE_INPUT_DATA
impl Copy for MOUSE_INPUT_DATA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more