Struct pgx_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: Oidtrans: *mut PgStat_TableXactStatust_counts: PgStat_TableCountsTrait Implementations
sourceimpl Clone for PgStat_TableStatus
impl Clone for PgStat_TableStatus
sourcefn clone(&self) -> PgStat_TableStatus
fn clone(&self) -> PgStat_TableStatus
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_TableStatus
impl Debug for PgStat_TableStatus
sourceimpl Default for PgStat_TableStatus
impl Default for PgStat_TableStatus
impl Copy for PgStat_TableStatus
Auto Trait Implementations
impl RefUnwindSafe for PgStat_TableStatus
impl !Send for PgStat_TableStatus
impl !Sync for PgStat_TableStatus
impl Unpin for PgStat_TableStatus
impl UnwindSafe for PgStat_TableStatus
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