Enum threed_ice_sys::Error_t
[−]
[src]
pub enum Error_t { TDICE_SUCCESS, TDICE_FAILURE, }
Variants
TDICE_SUCCESS
TDICE_FAILURE
Trait Implementations
Derived Implementations
impl Eq for Error_t
[src]
impl PartialEq for Error_t
[src]
fn eq(&self, __arg_0: &Error_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 Error_t
[src]
impl Clone for Error_t
[src]
fn clone(&self) -> Error_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