[][src]Enum mavlink::ardupilotmega::GoproBurstRate

pub enum GoproBurstRate {
    GOPRO_BURST_RATE_3_IN_1_SECOND,
    GOPRO_BURST_RATE_5_IN_1_SECOND,
    GOPRO_BURST_RATE_10_IN_1_SECOND,
    GOPRO_BURST_RATE_10_IN_2_SECOND,
    GOPRO_BURST_RATE_10_IN_3_SECOND,
    GOPRO_BURST_RATE_30_IN_1_SECOND,
    GOPRO_BURST_RATE_30_IN_2_SECOND,
    GOPRO_BURST_RATE_30_IN_3_SECOND,
    GOPRO_BURST_RATE_30_IN_6_SECOND,
}

Variants

GOPRO_BURST_RATE_3_IN_1_SECOND
GOPRO_BURST_RATE_5_IN_1_SECOND
GOPRO_BURST_RATE_10_IN_1_SECOND
GOPRO_BURST_RATE_10_IN_2_SECOND
GOPRO_BURST_RATE_10_IN_3_SECOND
GOPRO_BURST_RATE_30_IN_1_SECOND
GOPRO_BURST_RATE_30_IN_2_SECOND
GOPRO_BURST_RATE_30_IN_3_SECOND
GOPRO_BURST_RATE_30_IN_6_SECOND

Trait Implementations

impl Clone for GoproBurstRate[src]

impl Copy for GoproBurstRate[src]

impl Debug for GoproBurstRate[src]

impl Default for GoproBurstRate[src]

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

impl FromPrimitive for GoproBurstRate[src]

impl PartialEq<GoproBurstRate> for GoproBurstRate[src]

impl Serialize for GoproBurstRate[src]

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