Struct pgrx_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: TimestampTz
§timed_checkpoints: PgStat_Counter
§requested_checkpoints: PgStat_Counter
§checkpoint_write_time: PgStat_Counter
§checkpoint_sync_time: PgStat_Counter
§buf_written_checkpoints: PgStat_Counter
§buf_written_clean: PgStat_Counter
§maxwritten_clean: PgStat_Counter
§buf_written_backend: PgStat_Counter
§buf_fsync_backend: PgStat_Counter
§buf_alloc: PgStat_Counter
§stat_reset_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_GlobalStats
impl Clone for PgStat_GlobalStats
source§fn clone(&self) -> PgStat_GlobalStats
fn clone(&self) -> PgStat_GlobalStats
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 PgStat_GlobalStats
impl Debug for PgStat_GlobalStats
source§impl Default for PgStat_GlobalStats
impl Default for PgStat_GlobalStats
source§fn 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 Freeze for PgStat_GlobalStats
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§
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