Enum threed_ice_sys::AnalysisType_t [] [src]

pub enum AnalysisType_t {
    TDICE_ANALYSIS_TYPE_NONE,
    TDICE_ANALYSIS_TYPE_TRANSIENT,
    TDICE_ANALYSIS_TYPE_STEADY,
}

Variants

TDICE_ANALYSIS_TYPE_NONETDICE_ANALYSIS_TYPE_TRANSIENTTDICE_ANALYSIS_TYPE_STEADY

Trait Implementations

Derived Implementations

impl Eq for AnalysisType_t
[src]

impl PartialEq for AnalysisType_t
[src]

fn eq(&self, __arg_0: &AnalysisType_t) -> 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 Copy for AnalysisType_t
[src]

impl Clone for AnalysisType_t
[src]

fn clone(&self) -> AnalysisType_t

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