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