Enum threed_ice::AnalysisType
[−]
[src]
pub enum AnalysisType {
Steady,
Transient,
None,
}A type of temperature analysis.
Variants
SteadyThe steady-state analysis.
TransientThe transient analysis.
NoneAn 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) -> bool1.0.0
This method tests for !=.
impl Eq for AnalysisType[src]
impl Debug for AnalysisType[src]
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