pub enum GamepadAxisType {
LeftStickX,
LeftStickY,
LeftZ,
RightStickX,
RightStickY,
RightZ,
}
Variants§
Trait Implementations§
Source§impl Clone for GamepadAxisType
impl Clone for GamepadAxisType
Source§fn clone(&self) -> GamepadAxisType
fn clone(&self) -> GamepadAxisType
Returns a copy 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 GamepadAxisType
impl Debug for GamepadAxisType
Source§impl<'de> Deserialize<'de> for GamepadAxisType
impl<'de> Deserialize<'de> for GamepadAxisType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GamepadAxisType
impl Display for GamepadAxisType
Source§impl PartialEq for GamepadAxisType
impl PartialEq for GamepadAxisType
Source§impl Serialize for GamepadAxisType
impl Serialize for GamepadAxisType
impl Copy for GamepadAxisType
impl Eq for GamepadAxisType
impl StructuralPartialEq for GamepadAxisType
Auto Trait Implementations§
impl Freeze for GamepadAxisType
impl RefUnwindSafe for GamepadAxisType
impl Send for GamepadAxisType
impl Sync for GamepadAxisType
impl Unpin for GamepadAxisType
impl UnwindSafe for GamepadAxisType
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