[][src]Enum mavlink::common::MavAutopilot

pub enum MavAutopilot {
    MAV_AUTOPILOT_GENERIC,
    MAV_AUTOPILOT_RESERVED,
    MAV_AUTOPILOT_SLUGS,
    MAV_AUTOPILOT_ARDUPILOTMEGA,
    MAV_AUTOPILOT_OPENPILOT,
    MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY,
    MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY,
    MAV_AUTOPILOT_GENERIC_MISSION_FULL,
    MAV_AUTOPILOT_INVALID,
    MAV_AUTOPILOT_PPZ,
    MAV_AUTOPILOT_UDB,
    MAV_AUTOPILOT_FP,
    MAV_AUTOPILOT_PX4,
    MAV_AUTOPILOT_SMACCMPILOT,
    MAV_AUTOPILOT_AUTOQUAD,
    MAV_AUTOPILOT_ARMAZILA,
    MAV_AUTOPILOT_AEROB,
    MAV_AUTOPILOT_ASLUAV,
    MAV_AUTOPILOT_SMARTAP,
    MAV_AUTOPILOT_AIRRAILS,
}

Variants

MAV_AUTOPILOT_GENERIC
MAV_AUTOPILOT_RESERVED
MAV_AUTOPILOT_SLUGS
MAV_AUTOPILOT_ARDUPILOTMEGA
MAV_AUTOPILOT_OPENPILOT
MAV_AUTOPILOT_GENERIC_WAYPOINTS_ONLY
MAV_AUTOPILOT_GENERIC_WAYPOINTS_AND_SIMPLE_NAVIGATION_ONLY
MAV_AUTOPILOT_GENERIC_MISSION_FULL
MAV_AUTOPILOT_INVALID
MAV_AUTOPILOT_PPZ
MAV_AUTOPILOT_UDB
MAV_AUTOPILOT_FP
MAV_AUTOPILOT_PX4
MAV_AUTOPILOT_SMACCMPILOT
MAV_AUTOPILOT_AUTOQUAD
MAV_AUTOPILOT_ARMAZILA
MAV_AUTOPILOT_AEROB
MAV_AUTOPILOT_ASLUAV
MAV_AUTOPILOT_SMARTAP
MAV_AUTOPILOT_AIRRAILS

Trait Implementations

impl Clone for MavAutopilot[src]

impl Copy for MavAutopilot[src]

impl Debug for MavAutopilot[src]

impl Default for MavAutopilot[src]

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

impl FromPrimitive for MavAutopilot[src]

impl PartialEq<MavAutopilot> for MavAutopilot[src]

impl Serialize for MavAutopilot[src]

impl StructuralPartialEq for MavAutopilot[src]

Auto Trait Implementations

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.