Enum mavlink::slugs::MavMessage[][src]

pub enum MavMessage {
    CPU_LOAD(CPU_LOAD_DATA),
    SENSOR_BIAS(SENSOR_BIAS_DATA),
    DIAGNOSTIC(DIAGNOSTIC_DATA),
    SLUGS_NAVIGATION(SLUGS_NAVIGATION_DATA),
    DATA_LOG(DATA_LOG_DATA),
    GPS_DATE_TIME(GPS_DATE_TIME_DATA),
    MID_LVL_CMDS(MID_LVL_CMDS_DATA),
    CTRL_SRFC_PT(CTRL_SRFC_PT_DATA),
    SLUGS_CAMERA_ORDER(SLUGS_CAMERA_ORDER_DATA),
    CONTROL_SURFACE(CONTROL_SURFACE_DATA),
    SLUGS_MOBILE_LOCATION(SLUGS_MOBILE_LOCATION_DATA),
    SLUGS_CONFIGURATION_CAMERA(SLUGS_CONFIGURATION_CAMERA_DATA),
    ISR_LOCATION(ISR_LOCATION_DATA),
    VOLT_SENSOR(VOLT_SENSOR_DATA),
    PTZ_STATUS(PTZ_STATUS_DATA),
    UAV_STATUS(UAV_STATUS_DATA),
    STATUS_GPS(STATUS_GPS_DATA),
    NOVATEL_DIAG(NOVATEL_DIAG_DATA),
    SENSOR_DIAG(SENSOR_DIAG_DATA),
    BOOT(BOOT_DATA),
    common(MavMessage),
}

Variants

CPU_LOAD(CPU_LOAD_DATA)
SENSOR_BIAS(SENSOR_BIAS_DATA)
DIAGNOSTIC(DIAGNOSTIC_DATA)
SLUGS_NAVIGATION(SLUGS_NAVIGATION_DATA)
DATA_LOG(DATA_LOG_DATA)
GPS_DATE_TIME(GPS_DATE_TIME_DATA)
MID_LVL_CMDS(MID_LVL_CMDS_DATA)
CTRL_SRFC_PT(CTRL_SRFC_PT_DATA)
SLUGS_CAMERA_ORDER(SLUGS_CAMERA_ORDER_DATA)
CONTROL_SURFACE(CONTROL_SURFACE_DATA)
SLUGS_MOBILE_LOCATION(SLUGS_MOBILE_LOCATION_DATA)
SLUGS_CONFIGURATION_CAMERA(SLUGS_CONFIGURATION_CAMERA_DATA)
ISR_LOCATION(ISR_LOCATION_DATA)
VOLT_SENSOR(VOLT_SENSOR_DATA)
PTZ_STATUS(PTZ_STATUS_DATA)
UAV_STATUS(UAV_STATUS_DATA)
STATUS_GPS(STATUS_GPS_DATA)
NOVATEL_DIAG(NOVATEL_DIAG_DATA)
SENSOR_DIAG(SENSOR_DIAG_DATA)
BOOT(BOOT_DATA)
common(MavMessage)

Trait Implementations

impl Clone for MavMessage[src]

impl Debug for MavMessage[src]

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

impl From<MavMessage> for MavMessage[src]

impl Message for MavMessage[src]

impl PartialEq<MavMessage> for MavMessage[src]

impl Serialize for MavMessage[src]

impl StructuralPartialEq for MavMessage[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.