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

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,
}

Fields

min1: f32max1: f32min2: f32max2: f32min3: f32max3: f32min4: f32max4: f32min5: f32max5: f32numBands: i8type1: IcarousTrackBandTypestype2: IcarousTrackBandTypestype3: IcarousTrackBandTypestype4: IcarousTrackBandTypestype5: IcarousTrackBandTypes

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.