pub struct AxisData {
last_event_ts: SystemTime,
last_event_c: u64,
value: f32,
}
Expand description
Information about axis stored in State
.
Fields§
§last_event_ts: SystemTime
§last_event_c: u64
§value: f32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisData
impl RefUnwindSafe for AxisData
impl Send for AxisData
impl Sync for AxisData
impl Unpin for AxisData
impl UnwindSafe for AxisData
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