[][src]Enum mavlink::common::StorageStatus

pub enum StorageStatus {
    STORAGE_STATUS_EMPTY,
    STORAGE_STATUS_UNFORMATTED,
    STORAGE_STATUS_READY,
    STORAGE_STATUS_NOT_SUPPORTED,
}

Variants

STORAGE_STATUS_EMPTY
STORAGE_STATUS_UNFORMATTED
STORAGE_STATUS_READY
STORAGE_STATUS_NOT_SUPPORTED

Trait Implementations

impl Clone for StorageStatus[src]

impl Copy for StorageStatus[src]

impl Debug for StorageStatus[src]

impl Default for StorageStatus[src]

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

impl FromPrimitive for StorageStatus[src]

impl PartialEq<StorageStatus> for StorageStatus[src]

impl Serialize for StorageStatus[src]

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