Enum hdf5_sys::H5Z_cb_return_t [] [src]

pub enum H5Z_cb_return_t {
    H5Z_CB_ERROR,
    H5Z_CB_FAIL,
    H5Z_CB_CONT,
    H5Z_CB_NO,
}

Variants

H5Z_CB_ERRORH5Z_CB_FAILH5Z_CB_CONTH5Z_CB_NO

Trait Implementations

impl Debug for H5Z_cb_return_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for H5Z_cb_return_t
[src]

impl Clone for H5Z_cb_return_t
[src]

fn clone(&self) -> H5Z_cb_return_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