Struct pgrx_pg_sys::PgStat_SLRUStats
source · #[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_Counter
§blocks_hit: PgStat_Counter
§blocks_read: PgStat_Counter
§blocks_written: PgStat_Counter
§blocks_exists: PgStat_Counter
§flush: PgStat_Counter
§truncate: PgStat_Counter
§stat_reset_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_SLRUStats
impl Clone for PgStat_SLRUStats
source§fn clone(&self) -> PgStat_SLRUStats
fn clone(&self) -> PgStat_SLRUStats
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_SLRUStats
impl Debug for PgStat_SLRUStats
source§impl Default for PgStat_SLRUStats
impl Default for PgStat_SLRUStats
source§fn default() -> PgStat_SLRUStats
fn default() -> PgStat_SLRUStats
Returns the “default value” for a type. Read more
impl Copy for PgStat_SLRUStats
Auto Trait Implementations§
impl Freeze for PgStat_SLRUStats
impl RefUnwindSafe for PgStat_SLRUStats
impl Send for PgStat_SLRUStats
impl Sync for PgStat_SLRUStats
impl Unpin for PgStat_SLRUStats
impl UnwindSafe for PgStat_SLRUStats
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