pub struct AxisMotion {
pub device_id: DeviceId,
pub axis: AxisId,
pub value: f64,
}
Fields§
§device_id: DeviceId
§axis: AxisId
§value: f64
Trait Implementations§
Source§impl Clone for AxisMotion
impl Clone for AxisMotion
Source§fn clone(&self) -> AxisMotion
fn clone(&self) -> AxisMotion
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 moreAuto Trait Implementations§
impl Freeze for AxisMotion
impl RefUnwindSafe for AxisMotion
impl Send for AxisMotion
impl Sync for AxisMotion
impl Unpin for AxisMotion
impl UnwindSafe for AxisMotion
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