Enum hdf5_sys::H5O_type_t [] [src]

pub enum H5O_type_t {
    H5O_TYPE_UNKNOWN,
    H5O_TYPE_GROUP,
    H5O_TYPE_DATASET,
    H5O_TYPE_NAMED_DATATYPE,
    H5O_TYPE_NTYPES,
}

Variants

H5O_TYPE_UNKNOWNH5O_TYPE_GROUPH5O_TYPE_DATASETH5O_TYPE_NAMED_DATATYPEH5O_TYPE_NTYPES

Trait Implementations

impl Debug for H5O_type_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5O_type_t
[src]

impl Clone for H5O_type_t
[src]

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