Struct pgrx_pg_sys::PgStat_MsgArchiver
source · #[repr(C)]pub struct PgStat_MsgArchiver {
pub m_hdr: PgStat_MsgHdr,
pub m_failed: bool,
pub m_xlog: [c_char; 41],
pub m_timestamp: TimestampTz,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_failed: bool
§m_xlog: [c_char; 41]
§m_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_MsgArchiver
impl Clone for PgStat_MsgArchiver
source§fn clone(&self) -> PgStat_MsgArchiver
fn clone(&self) -> PgStat_MsgArchiver
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