Struct pgrx_pg_sys::PgStat_MsgReplSlot
source · #[repr(C)]pub struct PgStat_MsgReplSlot {
pub m_hdr: PgStat_MsgHdr,
pub m_slotname: NameData,
pub m_create: bool,
pub m_drop: bool,
pub m_spill_txns: PgStat_Counter,
pub m_spill_count: PgStat_Counter,
pub m_spill_bytes: PgStat_Counter,
pub m_stream_txns: PgStat_Counter,
pub m_stream_count: PgStat_Counter,
pub m_stream_bytes: PgStat_Counter,
pub m_total_txns: PgStat_Counter,
pub m_total_bytes: PgStat_Counter,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_slotname: NameData
§m_create: bool
§m_drop: bool
§m_spill_txns: PgStat_Counter
§m_spill_count: PgStat_Counter
§m_spill_bytes: PgStat_Counter
§m_stream_txns: PgStat_Counter
§m_stream_count: PgStat_Counter
§m_stream_bytes: PgStat_Counter
§m_total_txns: PgStat_Counter
§m_total_bytes: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_MsgReplSlot
impl Clone for PgStat_MsgReplSlot
source§fn clone(&self) -> PgStat_MsgReplSlot
fn clone(&self) -> PgStat_MsgReplSlot
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 more