#[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_MsgHdr
§m_wal_records: PgStat_Counter
§m_wal_fpi: PgStat_Counter
§m_wal_bytes: uint64
§m_wal_buffers_full: PgStat_Counter
§m_wal_write: PgStat_Counter
§m_wal_sync: PgStat_Counter
§m_wal_write_time: PgStat_Counter
§m_wal_sync_time: PgStat_Counter
Trait Implementations§
Source§impl Clone for PgStat_MsgWal
impl Clone for PgStat_MsgWal
Source§fn clone(&self) -> PgStat_MsgWal
fn clone(&self) -> PgStat_MsgWal
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_MsgWal
impl Debug for PgStat_MsgWal
Source§impl Default for PgStat_MsgWal
impl Default for PgStat_MsgWal
impl Copy for PgStat_MsgWal
Auto Trait Implementations§
impl Freeze for PgStat_MsgWal
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§
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