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 moresource§impl Debug for PgStat_FunctionCallUsage
impl Debug for PgStat_FunctionCallUsage
source§impl Default for PgStat_FunctionCallUsage
impl Default for PgStat_FunctionCallUsage
impl Copy for PgStat_FunctionCallUsage
Auto Trait Implementations§
impl Freeze for PgStat_FunctionCallUsage
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§
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