[][src]Struct pgx_pg_sys::PgStat_MsgBgWriter

#[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_Counter

Trait Implementations

impl Clone for PgStat_MsgBgWriter[src]

impl Copy for PgStat_MsgBgWriter[src]

impl Debug for PgStat_MsgBgWriter[src]

impl Default for PgStat_MsgBgWriter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.