Enum threed_ice::AnalysisType [] [src]

pub enum AnalysisType {
    Steady,
    Transient,
    None,
}

A type of temperature analysis.

Variants

Steady

The steady-state analysis.

Transient

The transient analysis.

None

An undefined analysis.

Trait Implementations

Derived Implementations

impl PartialEq for AnalysisType
[src]

fn eq(&self, __arg_0: &AnalysisType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AnalysisType
[src]

impl Debug for AnalysisType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AnalysisType
[src]

impl Clone for AnalysisType
[src]

fn clone(&self) -> AnalysisType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more