Enum sounding_base::Surface [−][src]
pub enum Surface {
MSLP,
StationPressure,
LowCloud,
MidCloud,
HighCloud,
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
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]
impl Debug for Surfacefn 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 Surface[src]
impl Clone for Surfacefn clone(&self) -> Surface[src]
fn clone(&self) -> SurfaceReturns 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 Surface[src]
impl Copy for Surfaceimpl PartialEq for Surface[src]
impl PartialEq for Surfacefn eq(&self, other: &Surface) -> bool[src]
fn eq(&self, other: &Surface) -> 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 Surface[src]
impl Eq for Surfaceimpl Display for Surface[src]
impl Display for Surface