Enum hdf5_sys::H5C_cache_incr_mode [] [src]

pub enum H5C_cache_incr_mode {
    H5C_incr__off,
    H5C_incr__threshold,
}

Variants

H5C_incr__offH5C_incr__threshold

Trait Implementations

impl Debug for H5C_cache_incr_mode
[src]

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

Formats the value using the given formatter.