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