[][src]Enum mavlink::ardupilotmega::SubMode

pub enum SubMode {
    SUB_MODE_STABILIZE,
    SUB_MODE_ACRO,
    SUB_MODE_ALT_HOLD,
    SUB_MODE_AUTO,
    SUB_MODE_GUIDED,
    SUB_MODE_CIRCLE,
    SUB_MODE_SURFACE,
    SUB_MODE_POSHOLD,
    SUB_MODE_MANUAL,
}

Variants

SUB_MODE_STABILIZE
SUB_MODE_ACRO
SUB_MODE_ALT_HOLD
SUB_MODE_AUTO
SUB_MODE_GUIDED
SUB_MODE_CIRCLE
SUB_MODE_SURFACE
SUB_MODE_POSHOLD
SUB_MODE_MANUAL

Trait Implementations

impl Clone for SubMode[src]

impl Copy for SubMode[src]

impl Debug for SubMode[src]

impl Default for SubMode[src]

impl<'de> Deserialize<'de> for SubMode[src]

impl FromPrimitive for SubMode[src]

impl PartialEq<SubMode> for SubMode[src]

impl Serialize for SubMode[src]

impl StructuralPartialEq for SubMode[src]

Auto Trait Implementations

impl RefUnwindSafe for SubMode

impl Send for SubMode

impl Sync for SubMode

impl Unpin for SubMode

impl UnwindSafe for SubMode

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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.