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

Trait Implementations

impl Eq for SimResult_t
[src]

impl PartialEq for SimResult_t
[src]

[]

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

[]

This method tests for !=.

impl Copy for SimResult_t
[src]

impl Clone for SimResult_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more