Struct windows_sys::Devices::Input::MouseDelta
[−]Expand description
Required features: "Devices_Input"
Fields
X: i32
Y: i32
Trait Implementations
impl Clone for MouseDelta
impl Clone for MouseDelta
impl Copy for MouseDelta
Auto Trait Implementations
impl RefUnwindSafe for MouseDelta
impl Send for MouseDelta
impl Sync for MouseDelta
impl Unpin for MouseDelta
impl UnwindSafe for MouseDelta
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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