[][src]Struct mavlink::icarous::ICAROUS_KINEMATIC_BANDS_DATA

pub struct ICAROUS_KINEMATIC_BANDS_DATA {
    pub min1: f32,
    pub max1: f32,
    pub min2: f32,
    pub max2: f32,
    pub min3: f32,
    pub max3: f32,
    pub min4: f32,
    pub max4: f32,
    pub min5: f32,
    pub max5: f32,
    pub numBands: i8,
    pub type1: IcarousTrackBandTypes,
    pub type2: IcarousTrackBandTypes,
    pub type3: IcarousTrackBandTypes,
    pub type4: IcarousTrackBandTypes,
    pub type5: IcarousTrackBandTypes,
}

id: 42001 Kinematic multi bands (track) output from Daidalus.

Fields

min1: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

max1: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

min2: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

max2: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

min3: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

max3: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

min4: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

max4: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

min5: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

max5: f32

id: 42001 Kinematic multi bands (track) output from Daidalus.

numBands: i8

id: 42001 Kinematic multi bands (track) output from Daidalus.

type1: IcarousTrackBandTypes

id: 42001 Kinematic multi bands (track) output from Daidalus.

type2: IcarousTrackBandTypes

id: 42001 Kinematic multi bands (track) output from Daidalus.

type3: IcarousTrackBandTypes

id: 42001 Kinematic multi bands (track) output from Daidalus.

type4: IcarousTrackBandTypes

id: 42001 Kinematic multi bands (track) output from Daidalus.

type5: IcarousTrackBandTypes

id: 42001 Kinematic multi bands (track) output from Daidalus.

Implementations

impl ICAROUS_KINEMATIC_BANDS_DATA[src]

pub const ENCODED_LEN: usize[src]

pub fn deser(
    version: MavlinkVersion,
    _input: &[u8]
) -> Result<Self, ParserError>
[src]

pub fn ser(&self) -> Vec<u8>[src]

Trait Implementations

impl Clone for ICAROUS_KINEMATIC_BANDS_DATA[src]

impl Debug for ICAROUS_KINEMATIC_BANDS_DATA[src]

impl Default for ICAROUS_KINEMATIC_BANDS_DATA[src]

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

impl PartialEq<ICAROUS_KINEMATIC_BANDS_DATA> for ICAROUS_KINEMATIC_BANDS_DATA[src]

impl Serialize for ICAROUS_KINEMATIC_BANDS_DATA[src]

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