[][src]Struct pgx_pg_sys::PgStat_SLRUStats

#[repr(C)]pub struct PgStat_SLRUStats {
    pub blocks_zeroed: PgStat_Counter,
    pub blocks_hit: PgStat_Counter,
    pub blocks_read: PgStat_Counter,
    pub blocks_written: PgStat_Counter,
    pub blocks_exists: PgStat_Counter,
    pub flush: PgStat_Counter,
    pub truncate: PgStat_Counter,
    pub stat_reset_timestamp: TimestampTz,
}

Fields

blocks_zeroed: PgStat_Counterblocks_hit: PgStat_Counterblocks_read: PgStat_Counterblocks_written: PgStat_Counterblocks_exists: PgStat_Counterflush: PgStat_Countertruncate: PgStat_Counterstat_reset_timestamp: TimestampTz

Trait Implementations

impl Clone for PgStat_SLRUStats[src]

impl Copy for PgStat_SLRUStats[src]

impl Debug for PgStat_SLRUStats[src]

impl Default for PgStat_SLRUStats[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.