Struct pgrx_pg_sys::PgStat_MsgSLRU
source · #[repr(C)]pub struct PgStat_MsgSLRU {
pub m_hdr: PgStat_MsgHdr,
pub m_index: PgStat_Counter,
pub m_blocks_zeroed: PgStat_Counter,
pub m_blocks_hit: PgStat_Counter,
pub m_blocks_read: PgStat_Counter,
pub m_blocks_written: PgStat_Counter,
pub m_blocks_exists: PgStat_Counter,
pub m_flush: PgStat_Counter,
pub m_truncate: PgStat_Counter,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_index: PgStat_Counter
§m_blocks_zeroed: PgStat_Counter
§m_blocks_hit: PgStat_Counter
§m_blocks_read: PgStat_Counter
§m_blocks_written: PgStat_Counter
§m_blocks_exists: PgStat_Counter
§m_flush: PgStat_Counter
§m_truncate: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_MsgSLRU
impl Clone for PgStat_MsgSLRU
source§fn clone(&self) -> PgStat_MsgSLRU
fn clone(&self) -> PgStat_MsgSLRU
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 more