Enum hdf5_sys::H5T_class_t [] [src]

pub enum H5T_class_t {
    H5T_NO_CLASS,
    H5T_INTEGER,
    H5T_FLOAT,
    H5T_TIME,
    H5T_STRING,
    H5T_BITFIELD,
    H5T_OPAQUE,
    H5T_COMPOUND,
    H5T_REFERENCE,
    H5T_ENUM,
    H5T_VLEN,
    H5T_ARRAY,
    H5T_NCLASSES,
}

Variants

H5T_NO_CLASSH5T_INTEGERH5T_FLOATH5T_TIMEH5T_STRINGH5T_BITFIELDH5T_OPAQUEH5T_COMPOUNDH5T_REFERENCEH5T_ENUMH5T_VLENH5T_ARRAYH5T_NCLASSES

Trait Implementations

impl Debug for H5T_class_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5T_class_t
[src]

impl Clone for H5T_class_t
[src]

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