Struct pgx_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_FunctionCountssave_f_total_time: instr_timesave_total: instr_timef_start: instr_timeTrait Implementations
sourceimpl Clone for PgStat_FunctionCallUsage
impl Clone for PgStat_FunctionCallUsage
sourcefn clone(&self) -> PgStat_FunctionCallUsage
fn clone(&self) -> PgStat_FunctionCallUsage
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_FunctionCallUsage
impl Debug for PgStat_FunctionCallUsage
sourceimpl Default for PgStat_FunctionCallUsage
impl Default for PgStat_FunctionCallUsage
impl Copy for PgStat_FunctionCallUsage
Auto Trait Implementations
impl RefUnwindSafe for PgStat_FunctionCallUsage
impl !Send for PgStat_FunctionCallUsage
impl !Sync for PgStat_FunctionCallUsage
impl Unpin for PgStat_FunctionCallUsage
impl UnwindSafe for PgStat_FunctionCallUsage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more