Enum sounding_base::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
PressurePressure in hPa
TemperatureTemperature in C
WetBulbWet bulb temperature in C
DewPointDew point in C
ThetaEEquivalent potential temperature in Kelvin
WindDirectionWind direction (from) in degrees.
WindSpeedWind speed in knots
PressureVerticalVelocityPressure vertical velocity in Pa/sec
GeopotentialHeightGeopotential Height in meters
CloudFractionCloud fraction in percent
Trait Implementations
impl Debug for Profile[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Profile[src]
fn clone(&self) -> Profile[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Profile[src]
impl PartialEq for Profile[src]
fn eq(&self, __arg_0: &Profile) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.