Struct pgrx_pg_sys::PgStat_FunctionCallUsage
source · #[repr(C)]pub struct PgStat_FunctionCallUsage {
pub fs: *mut PgStat_FunctionCounts,
pub save_f_total_time: instr_time,
pub save_total: instr_time,
pub f_start: instr_time,
}
Fields§
§fs: *mut PgStat_FunctionCounts
§save_f_total_time: instr_time
§save_total: instr_time
§f_start: instr_time
Trait Implementations§
source§impl Clone for PgStat_FunctionCallUsage
impl Clone for PgStat_FunctionCallUsage
source§fn clone(&self) -> PgStat_FunctionCallUsage
fn clone(&self) -> PgStat_FunctionCallUsage
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