[][src]Enum metar::CloudLayer

pub enum CloudLayer {
    Few(CloudTypeOption<u32>),
    Scattered(CloudTypeOption<u32>),
    Broken(CloudTypeOption<u32>),
    Overcast(CloudTypeOption<u32>),
    Unknown(CloudTypeOption<u32>),
}

Cloud cover

Variants

Few clouds (1/8)

Scattered(CloudTypeOption<u32>)

Scattered cloud cover (3/8)

Broken(CloudTypeOption<u32>)

Broken cloud cover (5/8)

Overcast(CloudTypeOption<u32>)

Overcast cloud cover (7/8)

Unknown(CloudTypeOption<u32>)

Cloud cover of an unknown density

Trait Implementations

impl Clone for CloudLayer[src]

impl Eq for CloudLayer[src]

impl PartialEq<CloudLayer> for CloudLayer[src]

impl Debug for CloudLayer[src]

impl StructuralPartialEq for CloudLayer[src]

impl StructuralEq for CloudLayer[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]