Enum hdf5_sys::H5R_type_t [] [src]

pub enum H5R_type_t {
    H5R_BADTYPE,
    H5R_OBJECT,
    H5R_DATASET_REGION,
    H5R_MAXTYPE,
}

Variants

H5R_BADTYPEH5R_OBJECTH5R_DATASET_REGIONH5R_MAXTYPE

Trait Implementations

impl Debug for H5R_type_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5R_type_t
[src]

impl Clone for H5R_type_t
[src]

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