Struct pgx_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_MsgHdrm_index: PgStat_Counterm_blocks_zeroed: PgStat_Counterm_blocks_hit: PgStat_Counterm_blocks_read: PgStat_Counterm_blocks_written: PgStat_Counterm_blocks_exists: PgStat_Counterm_flush: PgStat_Counterm_truncate: PgStat_CounterTrait Implementations
sourceimpl Clone for PgStat_MsgSLRU
impl Clone for PgStat_MsgSLRU
sourcefn clone(&self) -> PgStat_MsgSLRU
fn clone(&self) -> PgStat_MsgSLRU
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_MsgSLRU
impl Debug for PgStat_MsgSLRU
sourceimpl Default for PgStat_MsgSLRU
impl Default for PgStat_MsgSLRU
impl Copy for PgStat_MsgSLRU
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgSLRU
impl Send for PgStat_MsgSLRU
impl Sync for PgStat_MsgSLRU
impl Unpin for PgStat_MsgSLRU
impl UnwindSafe for PgStat_MsgSLRU
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more