Struct pgx_pg_sys::PgStat_MsgWal
source · [−]#[repr(C)]pub struct PgStat_MsgWal {
pub m_hdr: PgStat_MsgHdr,
pub m_wal_records: PgStat_Counter,
pub m_wal_fpi: PgStat_Counter,
pub m_wal_bytes: uint64,
pub m_wal_buffers_full: PgStat_Counter,
pub m_wal_write: PgStat_Counter,
pub m_wal_sync: PgStat_Counter,
pub m_wal_write_time: PgStat_Counter,
pub m_wal_sync_time: PgStat_Counter,
}Fields
m_hdr: PgStat_MsgHdrm_wal_records: PgStat_Counterm_wal_fpi: PgStat_Counterm_wal_bytes: uint64m_wal_buffers_full: PgStat_Counterm_wal_write: PgStat_Counterm_wal_sync: PgStat_Counterm_wal_write_time: PgStat_Counterm_wal_sync_time: PgStat_CounterTrait Implementations
sourceimpl Clone for PgStat_MsgWal
impl Clone for PgStat_MsgWal
sourcefn clone(&self) -> PgStat_MsgWal
fn clone(&self) -> PgStat_MsgWal
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_MsgWal
impl Debug for PgStat_MsgWal
sourceimpl Default for PgStat_MsgWal
impl Default for PgStat_MsgWal
impl Copy for PgStat_MsgWal
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgWal
impl Send for PgStat_MsgWal
impl Sync for PgStat_MsgWal
impl Unpin for PgStat_MsgWal
impl UnwindSafe for PgStat_MsgWal
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