Struct pgrx_pg_sys::PgStat_FunctionCounts
source · #[repr(C)]pub struct PgStat_FunctionCounts {
pub f_numcalls: PgStat_Counter,
pub f_total_time: instr_time,
pub f_self_time: instr_time,
}
Fields§
§f_numcalls: PgStat_Counter
§f_total_time: instr_time
§f_self_time: instr_time
Trait Implementations§
source§impl Clone for PgStat_FunctionCounts
impl Clone for PgStat_FunctionCounts
source§fn clone(&self) -> PgStat_FunctionCounts
fn clone(&self) -> PgStat_FunctionCounts
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 moresource§impl Debug for PgStat_FunctionCounts
impl Debug for PgStat_FunctionCounts
source§impl Default for PgStat_FunctionCounts
impl Default for PgStat_FunctionCounts
source§fn default() -> PgStat_FunctionCounts
fn default() -> PgStat_FunctionCounts
Returns the “default value” for a type. Read more