Enum threed_ice_sys::SimResult_t
[−]
[src]
pub enum SimResult_t {
TDICE_END_OF_SIMULATION,
TDICE_WRONG_CONFIG,
TDICE_SOLVER_ERROR,
TDICE_STEP_DONE,
TDICE_SLOT_DONE,
}Variants
TDICE_END_OF_SIMULATIONTDICE_WRONG_CONFIGTDICE_SOLVER_ERRORTDICE_STEP_DONETDICE_SLOT_DONETrait Implementations
Derived Implementations
impl Eq for SimResult_t[src]
impl PartialEq for SimResult_t[src]
fn eq(&self, __arg_0: &SimResult_t) -> 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 Copy for SimResult_t[src]
impl Clone for SimResult_t[src]
fn clone(&self) -> SimResult_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