[][src]Struct pgx_pg_sys::PgStat_GlobalStats

#[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: TimestampTz

Trait Implementations

impl Clone for PgStat_GlobalStats[src]

impl Copy for PgStat_GlobalStats[src]

impl Debug for PgStat_GlobalStats[src]

impl Default for PgStat_GlobalStats[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.