Enum sounding_base::sounding::Surface
[−]
[src]
pub enum Surface {
MSLP,
StationPressure,
LowCloud,
MidCloud,
HighCloud,
UWind,
VWind,
Temperature,
DewPoint,
Precipitation,
}Surface based values.
Variants
MSLPSurface pressure reduce to mean sea level (hPa)
StationPressureSurface pressure (hPa)
LowCloudLow cloud fraction
MidCloudMid cloud fraction
HighCloudHi cloud fraction
UWindU - wind speed (m/s) (West -> East is positive)
VWindV - wind speed (m/s) (South -> North is positive)
Temperature2 meter temperatures (C)
DewPoint2 meter dew point (C)
PrecipitationPrecipitation (in)
Trait Implementations
impl Debug for Surface[src]
impl Clone for Surface[src]
fn clone(&self) -> Surface[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 Surface[src]
impl PartialEq for Surface[src]
fn eq(&self, __arg_0: &Surface) -> 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 !=.