#[repr(C)]pub struct __db_rep_stat {Show 61 fields
pub st_startup_complete: u_int32_t,
pub st_log_queued: uintmax_t,
pub st_status: u_int32_t,
pub st_next_lsn: DB_LSN,
pub st_waiting_lsn: DB_LSN,
pub st_max_perm_lsn: DB_LSN,
pub st_next_pg: db_pgno_t,
pub st_waiting_pg: db_pgno_t,
pub st_dupmasters: u_int32_t,
pub st_env_id: db_ssize_t,
pub st_env_priority: u_int32_t,
pub st_bulk_fills: uintmax_t,
pub st_bulk_overflows: uintmax_t,
pub st_bulk_records: uintmax_t,
pub st_bulk_transfers: uintmax_t,
pub st_client_rerequests: uintmax_t,
pub st_client_svc_req: uintmax_t,
pub st_client_svc_miss: uintmax_t,
pub st_gen: u_int32_t,
pub st_egen: u_int32_t,
pub st_lease_chk: uintmax_t,
pub st_lease_chk_misses: uintmax_t,
pub st_lease_chk_refresh: uintmax_t,
pub st_lease_sends: uintmax_t,
pub st_log_duplicated: uintmax_t,
pub st_log_queued_max: uintmax_t,
pub st_log_queued_total: uintmax_t,
pub st_log_records: uintmax_t,
pub st_log_requested: uintmax_t,
pub st_master: db_ssize_t,
pub st_master_changes: uintmax_t,
pub st_msgs_badgen: uintmax_t,
pub st_msgs_processed: uintmax_t,
pub st_msgs_recover: uintmax_t,
pub st_msgs_send_failures: uintmax_t,
pub st_msgs_sent: uintmax_t,
pub st_newsites: uintmax_t,
pub st_nsites: u_int32_t,
pub st_nthrottles: uintmax_t,
pub st_outdated: uintmax_t,
pub st_pg_duplicated: uintmax_t,
pub st_pg_records: uintmax_t,
pub st_pg_requested: uintmax_t,
pub st_txns_applied: uintmax_t,
pub st_startsync_delayed: uintmax_t,
pub st_elections: uintmax_t,
pub st_elections_won: uintmax_t,
pub st_election_cur_winner: db_ssize_t,
pub st_election_gen: u_int32_t,
pub st_election_datagen: u_int32_t,
pub st_election_lsn: DB_LSN,
pub st_election_nsites: u_int32_t,
pub st_election_nvotes: u_int32_t,
pub st_election_priority: u_int32_t,
pub st_election_status: i32,
pub st_election_tiebreaker: u_int32_t,
pub st_election_votes: u_int32_t,
pub st_election_sec: u_int32_t,
pub st_election_usec: u_int32_t,
pub st_max_lease_sec: u_int32_t,
pub st_max_lease_usec: u_int32_t,
}
Fields§
§st_startup_complete: u_int32_t
§st_log_queued: uintmax_t
§st_status: u_int32_t
§st_next_lsn: DB_LSN
§st_waiting_lsn: DB_LSN
§st_max_perm_lsn: DB_LSN
§st_next_pg: db_pgno_t
§st_waiting_pg: db_pgno_t
§st_dupmasters: u_int32_t
§st_env_id: db_ssize_t
§st_env_priority: u_int32_t
§st_bulk_fills: uintmax_t
§st_bulk_overflows: uintmax_t
§st_bulk_records: uintmax_t
§st_bulk_transfers: uintmax_t
§st_client_rerequests: uintmax_t
§st_client_svc_req: uintmax_t
§st_client_svc_miss: uintmax_t
§st_gen: u_int32_t
§st_egen: u_int32_t
§st_lease_chk: uintmax_t
§st_lease_chk_misses: uintmax_t
§st_lease_chk_refresh: uintmax_t
§st_lease_sends: uintmax_t
§st_log_duplicated: uintmax_t
§st_log_queued_max: uintmax_t
§st_log_queued_total: uintmax_t
§st_log_records: uintmax_t
§st_log_requested: uintmax_t
§st_master: db_ssize_t
§st_master_changes: uintmax_t
§st_msgs_badgen: uintmax_t
§st_msgs_processed: uintmax_t
§st_msgs_recover: uintmax_t
§st_msgs_send_failures: uintmax_t
§st_msgs_sent: uintmax_t
§st_newsites: uintmax_t
§st_nsites: u_int32_t
§st_nthrottles: uintmax_t
§st_outdated: uintmax_t
§st_pg_duplicated: uintmax_t
§st_pg_records: uintmax_t
§st_pg_requested: uintmax_t
§st_txns_applied: uintmax_t
§st_startsync_delayed: uintmax_t
§st_elections: uintmax_t
§st_elections_won: uintmax_t
§st_election_cur_winner: db_ssize_t
§st_election_gen: u_int32_t
§st_election_datagen: u_int32_t
§st_election_lsn: DB_LSN
§st_election_nsites: u_int32_t
§st_election_nvotes: u_int32_t
§st_election_priority: u_int32_t
§st_election_status: i32
§st_election_tiebreaker: u_int32_t
§st_election_votes: u_int32_t
§st_election_sec: u_int32_t
§st_election_usec: u_int32_t
§st_max_lease_sec: u_int32_t
§st_max_lease_usec: u_int32_t
Trait Implementations§
Source§impl Clone for __db_rep_stat
impl Clone for __db_rep_stat
Source§fn clone(&self) -> __db_rep_stat
fn clone(&self) -> __db_rep_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_rep_stat
impl Debug for __db_rep_stat
Source§impl Default for __db_rep_stat
impl Default for __db_rep_stat
Source§fn default() -> __db_rep_stat
fn default() -> __db_rep_stat
Returns the “default value” for a type. Read more
impl Copy for __db_rep_stat
Auto Trait Implementations§
impl Freeze for __db_rep_stat
impl RefUnwindSafe for __db_rep_stat
impl Send for __db_rep_stat
impl Sync for __db_rep_stat
impl Unpin for __db_rep_stat
impl UnwindSafe for __db_rep_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