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: Oid§t_counts: PgStat_TableCountsTrait Implementations§
source§impl Clone for PgStat_TableEntry
impl Clone for PgStat_TableEntry
source§fn clone(&self) -> PgStat_TableEntry
fn clone(&self) -> PgStat_TableEntry
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 more