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]
impl Debug for Profilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Profile[src]
impl Clone for Profilefn clone(&self) -> Profile[src]
fn clone(&self) -> ProfileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Profile[src]
impl Copy for Profileimpl PartialEq for Profile[src]
impl PartialEq for Profilefn eq(&self, other: &Profile) -> bool[src]
fn eq(&self, other: &Profile) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Profile[src]
impl Eq for Profileimpl Display for Profile[src]
impl Display for Profile