Enum mavlink::common::MavFrame[][src]

pub enum MavFrame {
    MAV_FRAME_GLOBAL,
    MAV_FRAME_LOCAL_NED,
    MAV_FRAME_MISSION,
    MAV_FRAME_GLOBAL_RELATIVE_ALT,
    MAV_FRAME_LOCAL_ENU,
    MAV_FRAME_GLOBAL_INT,
    MAV_FRAME_GLOBAL_RELATIVE_ALT_INT,
    MAV_FRAME_LOCAL_OFFSET_NED,
    MAV_FRAME_BODY_NED,
    MAV_FRAME_BODY_OFFSET_NED,
    MAV_FRAME_GLOBAL_TERRAIN_ALT,
    MAV_FRAME_GLOBAL_TERRAIN_ALT_INT,
    MAV_FRAME_BODY_FRD,
    MAV_FRAME_RESERVED_13,
    MAV_FRAME_RESERVED_14,
    MAV_FRAME_RESERVED_15,
    MAV_FRAME_RESERVED_16,
    MAV_FRAME_RESERVED_17,
    MAV_FRAME_RESERVED_18,
    MAV_FRAME_RESERVED_19,
    MAV_FRAME_LOCAL_FRD,
    MAV_FRAME_LOCAL_FLU,
}

Variants

MAV_FRAME_GLOBAL
MAV_FRAME_LOCAL_NED
MAV_FRAME_MISSION
MAV_FRAME_GLOBAL_RELATIVE_ALT
MAV_FRAME_LOCAL_ENU
MAV_FRAME_GLOBAL_INT
MAV_FRAME_GLOBAL_RELATIVE_ALT_INT
MAV_FRAME_LOCAL_OFFSET_NED
MAV_FRAME_BODY_NED
MAV_FRAME_BODY_OFFSET_NED
MAV_FRAME_GLOBAL_TERRAIN_ALT
MAV_FRAME_GLOBAL_TERRAIN_ALT_INT
MAV_FRAME_BODY_FRD
MAV_FRAME_RESERVED_13
MAV_FRAME_RESERVED_14
MAV_FRAME_RESERVED_15
MAV_FRAME_RESERVED_16
MAV_FRAME_RESERVED_17
MAV_FRAME_RESERVED_18
MAV_FRAME_RESERVED_19
MAV_FRAME_LOCAL_FRD
MAV_FRAME_LOCAL_FLU

Trait Implementations

impl Clone for MavFrame[src]

impl Copy for MavFrame[src]

impl Debug for MavFrame[src]

impl Default for MavFrame[src]

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

impl FromPrimitive for MavFrame[src]

impl PartialEq<MavFrame> for MavFrame[src]

impl Serialize for MavFrame[src]

impl StructuralPartialEq for MavFrame[src]

impl ToPrimitive for MavFrame[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.