Enum sounding_base::Surface[][src]

pub enum Surface {
    MSLP,
    StationPressure,
    LowCloud,
    MidCloud,
    HighCloud,
    WindDirection,
    WindSpeed,
    Temperature,
    DewPoint,
    Precipitation,
}

Surface based values.

Variants

Surface pressure reduce to mean sea level (hPa)

Surface pressure (hPa)

Low cloud fraction

Mid cloud fraction

Hi cloud fraction

Wind Direction in degrees. This is the direction the wind is coming from.

Wind speed in knots.

2 meter temperatures (C)

2 meter dew point (C)

Precipitation (in)

Trait Implementations

impl Debug for Surface
[src]

Formats the value using the given formatter. Read more

impl Clone for Surface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Surface
[src]

impl PartialEq for Surface
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Surface
[src]

impl Display for Surface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Surface

impl Sync for Surface