Enum hdf5_sys::H5L_type_t [] [src]

pub enum H5L_type_t {
    H5L_TYPE_ERROR,
    H5L_TYPE_HARD,
    H5L_TYPE_SOFT,
    H5L_TYPE_EXTERNAL,
    H5L_TYPE_MAX,
}

Variants

H5L_TYPE_ERRORH5L_TYPE_HARDH5L_TYPE_SOFTH5L_TYPE_EXTERNALH5L_TYPE_MAX

Trait Implementations

impl Debug for H5L_type_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5L_type_t
[src]

impl Clone for H5L_type_t
[src]

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