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
impl Copy for PgStat_FunctionCounts
Auto Trait Implementations§
impl Freeze for PgStat_FunctionCounts
impl RefUnwindSafe for PgStat_FunctionCounts
impl Send for PgStat_FunctionCounts
impl Sync for PgStat_FunctionCounts
impl Unpin for PgStat_FunctionCounts
impl UnwindSafe for PgStat_FunctionCounts
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more