pub enum AxisName {
LeftX,
LeftY,
RightX,
RightY,
LeftTrigger,
RightTrigger,
}Variants§
Trait Implementations§
impl Copy for AxisName
impl StructuralPartialEq for AxisName
Auto Trait Implementations§
impl Freeze for AxisName
impl RefUnwindSafe for AxisName
impl Send for AxisName
impl Sync for AxisName
impl Unpin for AxisName
impl UnwindSafe for AxisName
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