Struct pgrx_pg_sys::PgStat_TableStatus
source · #[repr(C)]pub struct PgStat_TableStatus {
pub t_id: Oid,
pub t_shared: bool,
pub trans: *mut PgStat_TableXactStatus,
pub t_counts: PgStat_TableCounts,
}
Fields§
§t_id: Oid
§trans: *mut PgStat_TableXactStatus
§t_counts: PgStat_TableCounts
Trait Implementations§
source§impl Clone for PgStat_TableStatus
impl Clone for PgStat_TableStatus
source§fn clone(&self) -> PgStat_TableStatus
fn clone(&self) -> PgStat_TableStatus
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