#[repr(C)]pub struct __db_txn_stat {Show 17 fields
pub st_nrestores: u_int32_t,
pub st_last_ckp: DB_LSN,
pub st_time_ckp: time_t,
pub st_last_txnid: u_int32_t,
pub st_inittxns: u_int32_t,
pub st_maxtxns: u_int32_t,
pub st_naborts: uintmax_t,
pub st_nbegins: uintmax_t,
pub st_ncommits: uintmax_t,
pub st_nactive: u_int32_t,
pub st_nsnapshot: u_int32_t,
pub st_maxnactive: u_int32_t,
pub st_maxnsnapshot: u_int32_t,
pub st_region_wait: uintmax_t,
pub st_region_nowait: uintmax_t,
pub st_regsize: roff_t,
pub st_txnarray: *mut DB_TXN_ACTIVE,
}
Fields§
§st_nrestores: u_int32_t
§st_last_ckp: DB_LSN
§st_time_ckp: time_t
§st_last_txnid: u_int32_t
§st_inittxns: u_int32_t
§st_maxtxns: u_int32_t
§st_naborts: uintmax_t
§st_nbegins: uintmax_t
§st_ncommits: uintmax_t
§st_nactive: u_int32_t
§st_nsnapshot: u_int32_t
§st_maxnactive: u_int32_t
§st_maxnsnapshot: u_int32_t
§st_region_wait: uintmax_t
§st_region_nowait: uintmax_t
§st_regsize: roff_t
§st_txnarray: *mut DB_TXN_ACTIVE
Trait Implementations§
Source§impl Clone for __db_txn_stat
impl Clone for __db_txn_stat
Source§fn clone(&self) -> __db_txn_stat
fn clone(&self) -> __db_txn_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_txn_stat
impl Debug for __db_txn_stat
Source§impl Default for __db_txn_stat
impl Default for __db_txn_stat
impl Copy for __db_txn_stat
Auto Trait Implementations§
impl Freeze for __db_txn_stat
impl RefUnwindSafe for __db_txn_stat
impl !Send for __db_txn_stat
impl !Sync for __db_txn_stat
impl Unpin for __db_txn_stat
impl UnwindSafe for __db_txn_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