Struct pgrx_pg_sys::PgStat_FunctionEntry
source · #[repr(C)]pub struct PgStat_FunctionEntry {
pub f_id: Oid,
pub f_numcalls: PgStat_Counter,
pub f_total_time: PgStat_Counter,
pub f_self_time: PgStat_Counter,
}
Fields§
§f_id: Oid
§f_numcalls: PgStat_Counter
§f_total_time: PgStat_Counter
§f_self_time: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_FunctionEntry
impl Clone for PgStat_FunctionEntry
source§fn clone(&self) -> PgStat_FunctionEntry
fn clone(&self) -> PgStat_FunctionEntry
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