Enum mavlink::ardupilotmega::GoproCaptureMode[][src]

pub enum GoproCaptureMode {
    GOPRO_CAPTURE_MODE_VIDEO,
    GOPRO_CAPTURE_MODE_PHOTO,
    GOPRO_CAPTURE_MODE_BURST,
    GOPRO_CAPTURE_MODE_TIME_LAPSE,
    GOPRO_CAPTURE_MODE_MULTI_SHOT,
    GOPRO_CAPTURE_MODE_PLAYBACK,
    GOPRO_CAPTURE_MODE_SETUP,
    GOPRO_CAPTURE_MODE_UNKNOWN,
}

Variants

GOPRO_CAPTURE_MODE_VIDEO
GOPRO_CAPTURE_MODE_PHOTO
GOPRO_CAPTURE_MODE_BURST
GOPRO_CAPTURE_MODE_TIME_LAPSE
GOPRO_CAPTURE_MODE_MULTI_SHOT
GOPRO_CAPTURE_MODE_PLAYBACK
GOPRO_CAPTURE_MODE_SETUP
GOPRO_CAPTURE_MODE_UNKNOWN

Trait Implementations

impl Clone for GoproCaptureMode[src]

impl Copy for GoproCaptureMode[src]

impl Debug for GoproCaptureMode[src]

impl Default for GoproCaptureMode[src]

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

impl FromPrimitive for GoproCaptureMode[src]

impl PartialEq<GoproCaptureMode> for GoproCaptureMode[src]

impl Serialize for GoproCaptureMode[src]

impl StructuralPartialEq for GoproCaptureMode[src]

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