#[repr(C)]pub struct __db_mpool_stat {Show 44 fields
pub st_gbytes: u_int32_t,
pub st_bytes: u_int32_t,
pub st_ncache: u_int32_t,
pub st_max_ncache: u_int32_t,
pub st_mmapsize: db_size_t,
pub st_maxopenfd: i32,
pub st_maxwrite: i32,
pub st_maxwrite_sleep: db_timeout_t,
pub st_pages: u_int32_t,
pub st_map: u_int32_t,
pub st_cache_hit: uintmax_t,
pub st_cache_miss: uintmax_t,
pub st_page_create: uintmax_t,
pub st_page_in: uintmax_t,
pub st_page_out: uintmax_t,
pub st_ro_evict: uintmax_t,
pub st_rw_evict: uintmax_t,
pub st_page_trickle: uintmax_t,
pub st_page_clean: u_int32_t,
pub st_page_dirty: u_int32_t,
pub st_hash_buckets: u_int32_t,
pub st_hash_mutexes: u_int32_t,
pub st_pagesize: u_int32_t,
pub st_hash_searches: u_int32_t,
pub st_hash_longest: u_int32_t,
pub st_hash_examined: uintmax_t,
pub st_hash_nowait: uintmax_t,
pub st_hash_wait: uintmax_t,
pub st_hash_max_nowait: uintmax_t,
pub st_hash_max_wait: uintmax_t,
pub st_region_nowait: uintmax_t,
pub st_region_wait: uintmax_t,
pub st_mvcc_frozen: uintmax_t,
pub st_mvcc_thawed: uintmax_t,
pub st_mvcc_freed: uintmax_t,
pub st_alloc: uintmax_t,
pub st_alloc_buckets: uintmax_t,
pub st_alloc_max_buckets: uintmax_t,
pub st_alloc_pages: uintmax_t,
pub st_alloc_max_pages: uintmax_t,
pub st_io_wait: uintmax_t,
pub st_sync_interrupted: uintmax_t,
pub st_regsize: roff_t,
pub st_regmax: roff_t,
}
Fields§
§st_gbytes: u_int32_t
§st_bytes: u_int32_t
§st_ncache: u_int32_t
§st_max_ncache: u_int32_t
§st_mmapsize: db_size_t
§st_maxopenfd: i32
§st_maxwrite: i32
§st_maxwrite_sleep: db_timeout_t
§st_pages: u_int32_t
§st_map: u_int32_t
§st_cache_hit: uintmax_t
§st_cache_miss: uintmax_t
§st_page_create: uintmax_t
§st_page_in: uintmax_t
§st_page_out: uintmax_t
§st_ro_evict: uintmax_t
§st_rw_evict: uintmax_t
§st_page_trickle: uintmax_t
§st_page_clean: u_int32_t
§st_page_dirty: u_int32_t
§st_hash_buckets: u_int32_t
§st_hash_mutexes: u_int32_t
§st_pagesize: u_int32_t
§st_hash_searches: u_int32_t
§st_hash_longest: u_int32_t
§st_hash_examined: uintmax_t
§st_hash_nowait: uintmax_t
§st_hash_wait: uintmax_t
§st_hash_max_nowait: uintmax_t
§st_hash_max_wait: uintmax_t
§st_region_nowait: uintmax_t
§st_region_wait: uintmax_t
§st_mvcc_frozen: uintmax_t
§st_mvcc_thawed: uintmax_t
§st_mvcc_freed: uintmax_t
§st_alloc: uintmax_t
§st_alloc_buckets: uintmax_t
§st_alloc_max_buckets: uintmax_t
§st_alloc_pages: uintmax_t
§st_alloc_max_pages: uintmax_t
§st_io_wait: uintmax_t
§st_sync_interrupted: uintmax_t
§st_regsize: roff_t
§st_regmax: roff_t
Trait Implementations§
Source§impl Clone for __db_mpool_stat
impl Clone for __db_mpool_stat
Source§fn clone(&self) -> __db_mpool_stat
fn clone(&self) -> __db_mpool_stat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __db_mpool_stat
impl Debug for __db_mpool_stat
Source§impl Default for __db_mpool_stat
impl Default for __db_mpool_stat
Source§fn default() -> __db_mpool_stat
fn default() -> __db_mpool_stat
Returns the “default value” for a type. Read more
impl Copy for __db_mpool_stat
Auto Trait Implementations§
impl Freeze for __db_mpool_stat
impl RefUnwindSafe for __db_mpool_stat
impl Send for __db_mpool_stat
impl Sync for __db_mpool_stat
impl Unpin for __db_mpool_stat
impl UnwindSafe for __db_mpool_stat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more