Enum threed_ice_sys::OutputQuantity_t
[−]
[src]
pub enum OutputQuantity_t { TDICE_OUTPUT_QUANTITY_NONE, TDICE_OUTPUT_QUANTITY_AVERAGE, TDICE_OUTPUT_QUANTITY_MAXIMUM, TDICE_OUTPUT_QUANTITY_MINIMUM, }
Variants
TDICE_OUTPUT_QUANTITY_NONE
TDICE_OUTPUT_QUANTITY_AVERAGE
TDICE_OUTPUT_QUANTITY_MAXIMUM
TDICE_OUTPUT_QUANTITY_MINIMUM
Trait Implementations
Derived Implementations
impl Eq for OutputQuantity_t
[src]
impl PartialEq for OutputQuantity_t
[src]
fn eq(&self, __arg_0: &OutputQuantity_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 OutputQuantity_t
[src]
impl Clone for OutputQuantity_t
[src]
fn clone(&self) -> OutputQuantity_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