#[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 moreSource§impl Debug for PgStat_MsgSLRU
impl Debug for PgStat_MsgSLRU
Source§impl Default for PgStat_MsgSLRU
impl Default for PgStat_MsgSLRU
impl Copy for PgStat_MsgSLRU
Auto Trait Implementations§
impl Freeze for PgStat_MsgSLRU
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§
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