Enum sounding_base::sounding::Surface [] [src]

pub enum Surface {
    MSLP,
    StationPressure,
    LowCloud,
    MidCloud,
    HighCloud,
    UWind,
    VWind,
    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

U - wind speed (m/s) (West -> East is positive)

V - wind speed (m/s) (South -> North is positive)

2 meter temperatures (C)

2 meter dew point (C)

Precipitation (in)

Trait Implementations

impl Debug for Surface
[src]

[src]

Formats the value using the given formatter.

impl Clone for Surface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Surface
[src]

impl PartialEq for Surface
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Surface
[src]

impl Display for Surface
[src]

[src]

Formats the value using the given formatter. Read more