Enum sounding_analysis::ParcelIndex [−][src]
pub enum ParcelIndex {
LI,
LCL,
CAPE,
LCLTemperature,
CIN,
EquilibriumLevel,
LFC,
}Indexes from a parcel analysis of a sounding.
Variants
LILifted index
LCLLifting Condensation Level, or LCL (hPa), pressure vertical coordinate.
CAPEConvective Available Potential Energy, or CAPE. (J/kg)
LCLTemperatureTemperature at LCL (K)
CINConvective Inhibitive Energy, or CIN (J/kg)
EquilibriumLevelEquilibrium Level (hPa), pressure vertical coordinate
LFCLevel of Free Convection (hPa), pressure vertical coordinate
Trait Implementations
impl Debug for ParcelIndex[src]
impl Debug for ParcelIndexfn 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 ParcelIndex[src]
impl Clone for ParcelIndexfn clone(&self) -> ParcelIndex[src]
fn clone(&self) -> ParcelIndexReturns 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 ParcelIndex[src]
impl Copy for ParcelIndeximpl PartialEq for ParcelIndex[src]
impl PartialEq for ParcelIndexfn eq(&self, other: &ParcelIndex) -> bool[src]
fn eq(&self, other: &ParcelIndex) -> 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 ParcelIndex[src]
impl Eq for ParcelIndexAuto Trait Implementations
impl Send for ParcelIndex
impl Send for ParcelIndeximpl Sync for ParcelIndex
impl Sync for ParcelIndex