Struct spitfire_input::InputAxis
source · pub struct InputAxis(/* private fields */);Implementations§
Trait Implementations§
source§impl PartialEq for InputAxis
impl PartialEq for InputAxis
impl Copy for InputAxis
impl StructuralPartialEq for InputAxis
Auto Trait Implementations§
impl RefUnwindSafe for InputAxis
impl Send for InputAxis
impl Sync for InputAxis
impl Unpin for InputAxis
impl UnwindSafe for InputAxis
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