Enum sounding_analysis::ProfileIndex[][src]

pub enum ProfileIndex {
    Showalter,
    SWeT,
    K,
    PWAT,
    TotalTotals,
    BulkRichardsonNumber,
    Haines,
}

Sounding indexes calculated from the sounding and not any particular profile.

Variants

Showalter index

Severe Weather Threat Index

K-index

Precipitable Water (mm)

Total-Totals

Bulk Richardson Number

Haines index

Trait Implementations

impl Debug for ProfileIndex
[src]

Formats the value using the given formatter. Read more

impl Clone for ProfileIndex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ProfileIndex
[src]

impl PartialEq for ProfileIndex
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ProfileIndex
[src]

Auto Trait Implementations