Enum hdf5_sys::H5S_class_t [] [src]

pub enum H5S_class_t {
    H5S_NO_CLASS,
    H5S_SCALAR,
    H5S_SIMPLE,
    H5S_NULL,
}

Variants

H5S_NO_CLASSH5S_SCALARH5S_SIMPLEH5S_NULL

Trait Implementations

impl Debug for H5S_class_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5S_class_t
[src]

impl Clone for H5S_class_t
[src]

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