Enum sounding_base::sounding::Profile [] [src]

pub enum Profile {
    Pressure,
    Temperature,
    WetBulb,
    DewPoint,
    ThetaE,
    WindDirection,
    WindSpeed,
    PressureVerticalVelocity,
    GeopotentialHeight,
    CloudFraction,
}

The names of the profiles which may be stored in a sounding.

Variants

Pressure in hPa

Temperature in C

Wet bulb temperature in C

Dew point in C

Equivalent potential temperature in Kelvin

Wind direction (from) in degrees.

Wind speed in knots

Pressure vertical velocity in Pa/sec

Geopotential Height in meters

Cloud fraction in percent

Trait Implementations

impl Debug for Profile
[src]

[src]

Formats the value using the given formatter.

impl Clone for Profile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Profile
[src]

impl PartialEq for Profile
[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 Profile
[src]

impl Display for Profile
[src]

[src]

Formats the value using the given formatter. Read more