Enum chemfiles_sys::chfl_status
[−]
[src]
#[repr(C)]pub enum chfl_status { CHFL_SUCCESS, CHFL_MEMORY_ERROR, CHFL_FILE_ERROR, CHFL_FORMAT_ERROR, CHFL_SELECTION_ERROR, CHFL_GENERIC_ERROR, CHFL_CXX_ERROR, }
Variants
CHFL_SUCCESSCHFL_MEMORY_ERRORCHFL_FILE_ERRORCHFL_FORMAT_ERRORCHFL_SELECTION_ERRORCHFL_GENERIC_ERRORCHFL_CXX_ERRORTrait Implementations
impl Debug for chfl_status[src]
impl Clone for chfl_status[src]
fn clone(&self) -> chfl_status
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
impl Copy for chfl_status[src]
impl PartialEq for chfl_status[src]
fn eq(&self, __arg_0: &chfl_status) -> 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 !=.