Struct pgx_pg_sys::PgStat_GlobalStats
source · [−]#[repr(C)]pub struct PgStat_GlobalStats {
pub stats_timestamp: TimestampTz,
pub timed_checkpoints: PgStat_Counter,
pub requested_checkpoints: PgStat_Counter,
pub checkpoint_write_time: PgStat_Counter,
pub checkpoint_sync_time: PgStat_Counter,
pub buf_written_checkpoints: PgStat_Counter,
pub buf_written_clean: PgStat_Counter,
pub maxwritten_clean: PgStat_Counter,
pub buf_written_backend: PgStat_Counter,
pub buf_fsync_backend: PgStat_Counter,
pub buf_alloc: PgStat_Counter,
pub stat_reset_timestamp: TimestampTz,
}Fields
stats_timestamp: TimestampTztimed_checkpoints: PgStat_Counterrequested_checkpoints: PgStat_Countercheckpoint_write_time: PgStat_Countercheckpoint_sync_time: PgStat_Counterbuf_written_checkpoints: PgStat_Counterbuf_written_clean: PgStat_Countermaxwritten_clean: PgStat_Counterbuf_written_backend: PgStat_Counterbuf_fsync_backend: PgStat_Counterbuf_alloc: PgStat_Counterstat_reset_timestamp: TimestampTzTrait Implementations
sourceimpl Clone for PgStat_GlobalStats
impl Clone for PgStat_GlobalStats
sourcefn clone(&self) -> PgStat_GlobalStats
fn clone(&self) -> PgStat_GlobalStats
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_GlobalStats
impl Debug for PgStat_GlobalStats
sourceimpl Default for PgStat_GlobalStats
impl Default for PgStat_GlobalStats
sourcefn default() -> PgStat_GlobalStats
fn default() -> PgStat_GlobalStats
Returns the “default value” for a type. Read more
impl Copy for PgStat_GlobalStats
Auto Trait Implementations
impl RefUnwindSafe for PgStat_GlobalStats
impl Send for PgStat_GlobalStats
impl Sync for PgStat_GlobalStats
impl Unpin for PgStat_GlobalStats
impl UnwindSafe for PgStat_GlobalStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more