Struct pgrx_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_MsgHdr
§m_timed_checkpoints: PgStat_Counter
§m_requested_checkpoints: PgStat_Counter
§m_buf_written_checkpoints: PgStat_Counter
§m_buf_written_clean: PgStat_Counter
§m_maxwritten_clean: PgStat_Counter
§m_buf_written_backend: PgStat_Counter
§m_buf_fsync_backend: PgStat_Counter
§m_buf_alloc: PgStat_Counter
§m_checkpoint_write_time: PgStat_Counter
§m_checkpoint_sync_time: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_MsgBgWriter
impl Clone for PgStat_MsgBgWriter
source§fn clone(&self) -> PgStat_MsgBgWriter
fn clone(&self) -> PgStat_MsgBgWriter
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_MsgBgWriter
impl Debug for PgStat_MsgBgWriter
source§impl Default for PgStat_MsgBgWriter
impl Default for PgStat_MsgBgWriter
impl Copy for PgStat_MsgBgWriter
Auto Trait Implementations§
impl Freeze for PgStat_MsgBgWriter
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§
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