Struct pgx_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_MsgHdrm_slotname: NameDatam_create: boolm_drop: boolm_spill_txns: PgStat_Counterm_spill_count: PgStat_Counterm_spill_bytes: PgStat_Counterm_stream_txns: PgStat_Counterm_stream_count: PgStat_Counterm_stream_bytes: PgStat_Counterm_total_txns: PgStat_Counterm_total_bytes: PgStat_CounterTrait Implementations
sourceimpl Clone for PgStat_MsgReplSlot
impl Clone for PgStat_MsgReplSlot
sourcefn clone(&self) -> PgStat_MsgReplSlot
fn clone(&self) -> PgStat_MsgReplSlot
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_MsgReplSlot
impl Debug for PgStat_MsgReplSlot
sourceimpl Default for PgStat_MsgReplSlot
impl Default for PgStat_MsgReplSlot
impl Copy for PgStat_MsgReplSlot
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgReplSlot
impl Send for PgStat_MsgReplSlot
impl Sync for PgStat_MsgReplSlot
impl Unpin for PgStat_MsgReplSlot
impl UnwindSafe for PgStat_MsgReplSlot
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