pub enum GamepadAxisDir {
Pos,
Neg,
}
Variants§
Trait Implementations§
Source§impl Clone for GamepadAxisDir
impl Clone for GamepadAxisDir
Source§fn clone(&self) -> GamepadAxisDir
fn clone(&self) -> GamepadAxisDir
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 GamepadAxisDir
impl Debug for GamepadAxisDir
Source§impl<'de> Deserialize<'de> for GamepadAxisDir
impl<'de> Deserialize<'de> for GamepadAxisDir
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 GamepadAxisDir
impl Display for GamepadAxisDir
Source§impl PartialEq for GamepadAxisDir
impl PartialEq for GamepadAxisDir
Source§impl Serialize for GamepadAxisDir
impl Serialize for GamepadAxisDir
impl Copy for GamepadAxisDir
impl Eq for GamepadAxisDir
impl StructuralPartialEq for GamepadAxisDir
Auto Trait Implementations§
impl Freeze for GamepadAxisDir
impl RefUnwindSafe for GamepadAxisDir
impl Send for GamepadAxisDir
impl Sync for GamepadAxisDir
impl Unpin for GamepadAxisDir
impl UnwindSafe for GamepadAxisDir
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