Struct pgx_pg_sys::PgStat_MsgBgWriter
source · [−]#[repr(C)]pub struct PgStat_MsgBgWriter {
pub m_hdr: PgStat_MsgHdr,
pub m_timed_checkpoints: PgStat_Counter,
pub m_requested_checkpoints: PgStat_Counter,
pub m_buf_written_checkpoints: PgStat_Counter,
pub m_buf_written_clean: PgStat_Counter,
pub m_maxwritten_clean: PgStat_Counter,
pub m_buf_written_backend: PgStat_Counter,
pub m_buf_fsync_backend: PgStat_Counter,
pub m_buf_alloc: PgStat_Counter,
pub m_checkpoint_write_time: PgStat_Counter,
pub m_checkpoint_sync_time: PgStat_Counter,
}Fields
m_hdr: PgStat_MsgHdrm_timed_checkpoints: PgStat_Counterm_requested_checkpoints: PgStat_Counterm_buf_written_checkpoints: PgStat_Counterm_buf_written_clean: PgStat_Counterm_maxwritten_clean: PgStat_Counterm_buf_written_backend: PgStat_Counterm_buf_fsync_backend: PgStat_Counterm_buf_alloc: PgStat_Counterm_checkpoint_write_time: PgStat_Counterm_checkpoint_sync_time: PgStat_CounterTrait Implementations
sourceimpl Clone for PgStat_MsgBgWriter
impl Clone for PgStat_MsgBgWriter
sourcefn clone(&self) -> PgStat_MsgBgWriter
fn clone(&self) -> PgStat_MsgBgWriter
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_MsgBgWriter
impl Debug for PgStat_MsgBgWriter
sourceimpl Default for PgStat_MsgBgWriter
impl Default for PgStat_MsgBgWriter
impl Copy for PgStat_MsgBgWriter
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgBgWriter
impl Send for PgStat_MsgBgWriter
impl Sync for PgStat_MsgBgWriter
impl Unpin for PgStat_MsgBgWriter
impl UnwindSafe for PgStat_MsgBgWriter
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