pub enum AnalogAxis {
X,
Y,
}Variants§
Trait Implementations§
Source§impl Clone for AnalogAxis
impl Clone for AnalogAxis
Source§fn clone(&self) -> AnalogAxis
fn clone(&self) -> AnalogAxis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnalogAxis
impl Debug for AnalogAxis
Source§impl From<AnalogAxis> for InputDescriptorId
impl From<AnalogAxis> for InputDescriptorId
Source§fn from(axis: AnalogAxis) -> Self
fn from(axis: AnalogAxis) -> Self
Converts to this type from the input type.
Source§impl Hash for AnalogAxis
impl Hash for AnalogAxis
Source§impl PartialEq for AnalogAxis
impl PartialEq for AnalogAxis
Source§fn eq(&self, other: &AnalogAxis) -> bool
fn eq(&self, other: &AnalogAxis) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AnalogAxis
impl Eq for AnalogAxis
impl StructuralPartialEq for AnalogAxis
Auto Trait Implementations§
impl Freeze for AnalogAxis
impl RefUnwindSafe for AnalogAxis
impl Send for AnalogAxis
impl Sync for AnalogAxis
impl Unpin for AnalogAxis
impl UnsafeUnpin for AnalogAxis
impl UnwindSafe for AnalogAxis
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