pub struct AxisArgs {
pub time: u32,
pub axis: Axis,
pub value: Fixed,
}
Fields§
§time: u32
timestamp with millisecond granularity
axis: Axis
axis type
value: Fixed
length of vector in surface-local coordinate space
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisArgs
impl RefUnwindSafe for AxisArgs
impl Send for AxisArgs
impl Sync for AxisArgs
impl Unpin for AxisArgs
impl UnwindSafe for AxisArgs
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