pub struct AxisData { /* private fields */ }
Expand description
Information about axis stored in State
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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