Struct sounding_analysis::parcel::Parcel [] [src]

pub struct Parcel {
    pub temperature: f64,
    pub pressure: f64,
    pub dew_point: f64,
}

Variables defining a parcel as used in parcel analysis.

Fields

Temperature in C

Pressure in hPa

Dew point in C

Trait Implementations

impl Debug for Parcel
[src]

[src]

Formats the value using the given formatter.

impl Clone for Parcel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Parcel
[src]