Struct sounding_analysis::ParcelProfile [−][src]
pub struct ParcelProfile {
pub pressure: Vec<f64>,
pub height: Vec<f64>,
pub parcel_t: Vec<f64>,
pub environment_t: Vec<f64>,
}Hold profiles for a parcel and it's environment.
Fields
pressure: Vec<f64>
Pressure profile
height: Vec<f64>
Height profile
parcel_t: Vec<f64>
Parcel virtual temperature profile
environment_t: Vec<f64>
Environment virtual temperature profile
Trait Implementations
impl Debug for ParcelProfile[src]
impl Debug for ParcelProfilefn 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 ParcelProfile[src]
impl Clone for ParcelProfilefn clone(&self) -> ParcelProfile[src]
fn clone(&self) -> ParcelProfileReturns 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
Auto Trait Implementations
impl Send for ParcelProfile
impl Send for ParcelProfileimpl Sync for ParcelProfile
impl Sync for ParcelProfile