pub enum GamepadAxis1d {
LeftStickX,
LeftStickY,
RightStickX,
RightStickY,
LeftTrigger,
RightTrigger,
DpadX,
DpadY,
}Variants§
Trait Implementations§
Source§impl Clone for GamepadAxis1d
impl Clone for GamepadAxis1d
Source§fn clone(&self) -> GamepadAxis1d
fn clone(&self) -> GamepadAxis1d
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 GamepadAxis1d
impl Debug for GamepadAxis1d
Source§impl Display for GamepadAxis1d
impl Display for GamepadAxis1d
Source§impl FromStr for GamepadAxis1d
impl FromStr for GamepadAxis1d
Source§impl Hash for GamepadAxis1d
impl Hash for GamepadAxis1d
Source§impl Ord for GamepadAxis1d
impl Ord for GamepadAxis1d
Source§fn cmp(&self, other: &GamepadAxis1d) -> Ordering
fn cmp(&self, other: &GamepadAxis1d) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GamepadAxis1d
impl PartialEq for GamepadAxis1d
Source§impl PartialOrd for GamepadAxis1d
impl PartialOrd for GamepadAxis1d
impl Copy for GamepadAxis1d
impl Eq for GamepadAxis1d
impl StructuralPartialEq for GamepadAxis1d
Auto Trait Implementations§
impl Freeze for GamepadAxis1d
impl RefUnwindSafe for GamepadAxis1d
impl Send for GamepadAxis1d
impl Sync for GamepadAxis1d
impl Unpin for GamepadAxis1d
impl UnwindSafe for GamepadAxis1d
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