Enum threed_ice::AnalysisType [] [src]

pub enum AnalysisType {
    Steady,
    Transient,
    None,
}

A type of temperature analysis.

Variants

The steady-state analysis.

The transient analysis.

An undefined analysis.

Trait Implementations

impl PartialEq for AnalysisType
[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 AnalysisType
[src]

impl Debug for AnalysisType
[src]

Formats the value using the given formatter.

impl Copy for AnalysisType
[src]

impl Clone for AnalysisType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more