pub struct AxisStopArgs {
pub time: u32,
pub axis: Axis,
}
Fields§
§time: u32
timestamp with millisecond granularity
axis: Axis
the axis stopped with this event
Trait Implementations§
Source§impl Clone for AxisStopArgs
impl Clone for AxisStopArgs
Source§fn clone(&self) -> AxisStopArgs
fn clone(&self) -> AxisStopArgs
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 moreSource§impl Debug for AxisStopArgs
impl Debug for AxisStopArgs
impl Copy for AxisStopArgs
Auto Trait Implementations§
impl Freeze for AxisStopArgs
impl RefUnwindSafe for AxisStopArgs
impl Send for AxisStopArgs
impl Sync for AxisStopArgs
impl Unpin for AxisStopArgs
impl UnwindSafe for AxisStopArgs
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