Enum threed_ice_sys::OutputInstant_t
[−]
[src]
pub enum OutputInstant_t {
TDICE_OUTPUT_INSTANT_NONE,
TDICE_OUTPUT_INSTANT_FINAL,
TDICE_OUTPUT_INSTANT_SLOT,
TDICE_OUTPUT_INSTANT_STEP,
}Variants
TDICE_OUTPUT_INSTANT_NONETDICE_OUTPUT_INSTANT_FINALTDICE_OUTPUT_INSTANT_SLOTTDICE_OUTPUT_INSTANT_STEPTrait Implementations
Derived Implementations
impl Eq for OutputInstant_t[src]
impl PartialEq for OutputInstant_t[src]
fn eq(&self, __arg_0: &OutputInstant_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 OutputInstant_t[src]
impl Clone for OutputInstant_t[src]
fn clone(&self) -> OutputInstant_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