pub struct AxisEvent { /* private fields */ }Expand description
Axis event
This event is wrapped with mappings for a specific device.
Implementations§
Trait Implementations§
Source§impl GenericEvent for AxisEvent
impl GenericEvent for AxisEvent
impl Copy for AxisEvent
impl Eq for AxisEvent
impl StructuralPartialEq for AxisEvent
Auto Trait Implementations§
impl Freeze for AxisEvent
impl RefUnwindSafe for AxisEvent
impl Send for AxisEvent
impl Sync for AxisEvent
impl Unpin for AxisEvent
impl UnwindSafe for AxisEvent
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