Enum hdf5_sys::H5C_cache_decr_mode [] [src]

pub enum H5C_cache_decr_mode {
    H5C_decr__off,
    H5C_decr__threshold,
    H5C_decr__age_out,
    H5C_decr__age_out_with_threshold,
}

Variants

H5C_decr__offH5C_decr__thresholdH5C_decr__age_outH5C_decr__age_out_with_threshold