#[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 moreSource§impl Debug for PgStat_MsgReplSlot
impl Debug for PgStat_MsgReplSlot
Source§impl Default for PgStat_MsgReplSlot
impl Default for PgStat_MsgReplSlot
impl Copy for PgStat_MsgReplSlot
Auto Trait Implementations§
impl Freeze for PgStat_MsgReplSlot
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§
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