Struct pgrx_pg_sys::PgStat_MsgAutovacStart
source · #[repr(C)]pub struct PgStat_MsgAutovacStart {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_start_time: TimestampTz,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
§m_start_time: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_MsgAutovacStart
impl Clone for PgStat_MsgAutovacStart
source§fn clone(&self) -> PgStat_MsgAutovacStart
fn clone(&self) -> PgStat_MsgAutovacStart
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