Struct pgrx_pg_sys::PgStat_StatFuncEntry
source · #[repr(C)]pub struct PgStat_StatFuncEntry {
pub functionid: Oid,
pub f_numcalls: PgStat_Counter,
pub f_total_time: PgStat_Counter,
pub f_self_time: PgStat_Counter,
}
Fields§
§functionid: Oid
§f_numcalls: PgStat_Counter
§f_total_time: PgStat_Counter
§f_self_time: PgStat_Counter
Trait Implementations§
source§impl Clone for PgStat_StatFuncEntry
impl Clone for PgStat_StatFuncEntry
source§fn clone(&self) -> PgStat_StatFuncEntry
fn clone(&self) -> PgStat_StatFuncEntry
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_StatFuncEntry
impl Debug for PgStat_StatFuncEntry
source§impl Default for PgStat_StatFuncEntry
impl Default for PgStat_StatFuncEntry
impl Copy for PgStat_StatFuncEntry
Auto Trait Implementations§
impl Freeze for PgStat_StatFuncEntry
impl RefUnwindSafe for PgStat_StatFuncEntry
impl Send for PgStat_StatFuncEntry
impl Sync for PgStat_StatFuncEntry
impl Unpin for PgStat_StatFuncEntry
impl UnwindSafe for PgStat_StatFuncEntry
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