Struct pgx_pg_sys::PgStat_MsgTabpurge
source · #[repr(C)]pub struct PgStat_MsgTabpurge {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_nentries: c_int,
pub m_tableid: [Oid; 246],
}Fields§
§m_hdr: PgStat_MsgHdr§m_databaseid: Oid§m_nentries: c_int§m_tableid: [Oid; 246]Trait Implementations§
source§impl Clone for PgStat_MsgTabpurge
impl Clone for PgStat_MsgTabpurge
source§fn clone(&self) -> PgStat_MsgTabpurge
fn clone(&self) -> PgStat_MsgTabpurge
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