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_CONFIGURATION_ERROR, CHFL_OUT_OF_BOUNDS, CHFL_PROPERTY_ERROR, CHFL_GENERIC_ERROR, CHFL_CXX_ERROR, }

Variants

Trait Implementations

impl Debug for chfl_status
[src]

[src]

Formats the value using the given formatter.

impl Clone for chfl_status
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for chfl_status
[src]

impl PartialEq for chfl_status
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for chfl_status
[src]