Struct pgx_pg_sys::PgStat_TableEntry
source · [−]#[repr(C)]pub struct PgStat_TableEntry {
pub t_id: Oid,
pub t_counts: PgStat_TableCounts,
}Fields
t_id: Oidt_counts: PgStat_TableCountsTrait Implementations
sourceimpl Clone for PgStat_TableEntry
impl Clone for PgStat_TableEntry
sourcefn clone(&self) -> PgStat_TableEntry
fn clone(&self) -> PgStat_TableEntry
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_TableEntry
impl Debug for PgStat_TableEntry
sourceimpl Default for PgStat_TableEntry
impl Default for PgStat_TableEntry
sourcefn default() -> PgStat_TableEntry
fn default() -> PgStat_TableEntry
Returns the “default value” for a type. Read more
impl Copy for PgStat_TableEntry
Auto Trait Implementations
impl RefUnwindSafe for PgStat_TableEntry
impl Send for PgStat_TableEntry
impl Sync for PgStat_TableEntry
impl Unpin for PgStat_TableEntry
impl UnwindSafe for PgStat_TableEntry
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