#[repr(C)]pub struct __db_mpool_fstat {
pub st_pagesize: 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_backup_spins: uintmax_t,
pub file_name: *mut c_char,
}
Fields§
§st_pagesize: 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_backup_spins: uintmax_t
§file_name: *mut c_char
Trait Implementations§
Source§impl Clone for __db_mpool_fstat
impl Clone for __db_mpool_fstat
Source§fn clone(&self) -> __db_mpool_fstat
fn clone(&self) -> __db_mpool_fstat
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_fstat
impl Debug for __db_mpool_fstat
Source§impl Default for __db_mpool_fstat
impl Default for __db_mpool_fstat
impl Copy for __db_mpool_fstat
Auto Trait Implementations§
impl Freeze for __db_mpool_fstat
impl RefUnwindSafe for __db_mpool_fstat
impl !Send for __db_mpool_fstat
impl !Sync for __db_mpool_fstat
impl Unpin for __db_mpool_fstat
impl UnwindSafe for __db_mpool_fstat
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