Enum sounding_base::Surface
[−]
[src]
pub enum Surface {
MSLP,
StationPressure,
LowCloud,
MidCloud,
HighCloud,
UWind,
VWind,
WindDirection,
WindSpeed,
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
UWindDeprecated
U - wind speed (m/s) (West -> East is positive)
VWindDeprecated
V - wind speed (m/s) (South -> North is positive)
WindDirectionWind Direction in degrees. This is the direction the wind is coming from.
WindSpeedWind speed in knots.
Temperature2 meter temperatures (C)
DewPoint2 meter dew point (C)
PrecipitationPrecipitation (in)
Trait Implementations
impl Debug for Surface[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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 !=.