[−][src]Struct hdf5_sys::h5ac::H5AC_cache_config_t
Fields
version: c_int
rpt_fcn_enabled: hbool_t
open_trace_file: hbool_t
close_trace_file: hbool_t
trace_file_name: [c_char; 1025]
evictions_enabled: hbool_t
set_initial_size: hbool_t
initial_size: size_t
min_clean_fraction: c_double
max_size: size_t
min_size: size_t
epoch_length: c_long
incr_mode: H5C_cache_incr_mode
lower_hr_threshold: c_double
increment: c_double
apply_max_increment: hbool_t
max_increment: size_t
flash_incr_mode: H5C_cache_flash_incr_mode
flash_multiple: c_double
flash_threshold: c_double
decr_mode: H5C_cache_decr_mode
upper_hr_threshold: c_double
decrement: c_double
apply_max_decrement: hbool_t
max_decrement: size_t
epochs_before_eviction: c_int
apply_empty_reserve: hbool_t
empty_reserve: c_double
dirty_bytes_threshold: size_t
metadata_write_strategy: c_int
Trait Implementations
impl Clone for H5AC_cache_config_t
[src]
fn clone(&self) -> H5AC_cache_config_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for H5AC_cache_config_t
[src]
impl Default for H5AC_cache_config_t
[src]
Auto Trait Implementations
impl RefUnwindSafe for H5AC_cache_config_t
impl Send for H5AC_cache_config_t
impl Sync for H5AC_cache_config_t
impl Unpin for H5AC_cache_config_t
impl UnwindSafe for H5AC_cache_config_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,