Enum meru_interface::key_assign::GamepadAxisDir
source · [−]pub enum GamepadAxisDir {
Pos,
Neg,
}
Variants
Pos
Neg
Trait Implementations
sourceimpl Clone for GamepadAxisDir
impl Clone for GamepadAxisDir
sourcefn clone(&self) -> GamepadAxisDir
fn clone(&self) -> GamepadAxisDir
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GamepadAxisDir
impl Debug for GamepadAxisDir
sourceimpl<'de> Deserialize<'de> for GamepadAxisDir
impl<'de> Deserialize<'de> for GamepadAxisDir
sourcefn 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
sourceimpl Display for GamepadAxisDir
impl Display for GamepadAxisDir
sourceimpl PartialEq<GamepadAxisDir> for GamepadAxisDir
impl PartialEq<GamepadAxisDir> for GamepadAxisDir
sourcefn eq(&self, other: &GamepadAxisDir) -> bool
fn eq(&self, other: &GamepadAxisDir) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for GamepadAxisDir
impl Serialize for GamepadAxisDir
impl Copy for GamepadAxisDir
impl Eq for GamepadAxisDir
impl StructuralEq for GamepadAxisDir
impl StructuralPartialEq for GamepadAxisDir
Auto Trait Implementations
impl RefUnwindSafe for GamepadAxisDir
impl Send for GamepadAxisDir
impl Sync for GamepadAxisDir
impl Unpin for GamepadAxisDir
impl UnwindSafe for GamepadAxisDir
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more