[][src]Enum odrive_rs::enumerations::AxisID

#[repr(u8)]
pub enum AxisID {
    Zero,
    One,
}

Used to indicate one of the two motors controlled by the ODrive.

Variants

Zero
One

Trait Implementations

impl Clone for AxisID[src]

impl Copy for AxisID[src]

impl Eq for AxisID[src]

impl Ord for AxisID[src]

impl PartialEq<AxisID> for AxisID[src]

impl PartialOrd<AxisID> for AxisID[src]

impl Debug for AxisID[src]

impl StructuralPartialEq for AxisID[src]

impl StructuralEq for AxisID[src]

Auto Trait Implementations

impl Send for AxisID

impl Sync for AxisID

impl Unpin for AxisID

impl UnwindSafe for AxisID

impl RefUnwindSafe for AxisID

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]