Struct __db_rep_stat

Source
#[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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for __db_rep_stat

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for __db_rep_stat

Source§

fn default() -> __db_rep_stat

Returns the “default value” for a type. Read more
Source§

impl Copy for __db_rep_stat

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.