Enum hdf5_sys::H5G_storage_type_t [] [src]

pub enum H5G_storage_type_t {
    H5G_STORAGE_TYPE_UNKNOWN,
    H5G_STORAGE_TYPE_SYMBOL_TABLE,
    H5G_STORAGE_TYPE_COMPACT,
    H5G_STORAGE_TYPE_DENSE,
}

Variants

H5G_STORAGE_TYPE_UNKNOWNH5G_STORAGE_TYPE_SYMBOL_TABLEH5G_STORAGE_TYPE_COMPACTH5G_STORAGE_TYPE_DENSE

Trait Implementations

impl Debug for H5G_storage_type_t
[src]

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

Formats the value using the given formatter.

impl Copy for H5G_storage_type_t
[src]

impl Clone for H5G_storage_type_t
[src]

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