Struct sounding_base::DataRow [−][src]
pub struct DataRow {
pub pressure: Optioned<f64>,
pub temperature: Optioned<f64>,
pub wet_bulb: Optioned<f64>,
pub dew_point: Optioned<f64>,
pub theta_e: Optioned<f64>,
pub direction: Optioned<f64>,
pub speed: Optioned<f64>,
pub omega: Optioned<f64>,
pub height: Optioned<f64>,
pub cloud_fraction: Optioned<f64>,
}A copy of a row of the sounding data.
Fields
pressure: Optioned<f64>
Pressure in hPa
temperature: Optioned<f64>
Temperature in C
wet_bulb: Optioned<f64>
Wet bulb temperature in C
dew_point: Optioned<f64>
Dew point in C
theta_e: Optioned<f64>
Equivalent potential temperature in Kelvin
direction: Optioned<f64>
Wind direction (from) in degrees.
speed: Optioned<f64>
Wind speed in knots
omega: Optioned<f64>
Pressure vertical velocity in Pa/sec
height: Optioned<f64>
Geopotential Height in meters
cloud_fraction: Optioned<f64>
Cloud fraction in percent
Trait Implementations
impl Clone for DataRow[src]
impl Clone for DataRowfn clone(&self) -> DataRow[src]
fn clone(&self) -> DataRowReturns 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 Default for DataRow[src]
impl Default for DataRowimpl Copy for DataRow[src]
impl Copy for DataRowimpl Debug for DataRow[src]
impl Debug for DataRowfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DataRow[src]
impl PartialEq for DataRow