Struct pgrx_pg_sys::PgStat_MsgAnalyze
source · #[repr(C)]pub struct PgStat_MsgAnalyze {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_tableoid: Oid,
pub m_autovacuum: bool,
pub m_resetcounter: bool,
pub m_analyzetime: TimestampTz,
pub m_live_tuples: PgStat_Counter,
pub m_dead_tuples: PgStat_Counter,
}Fields§
§m_hdr: PgStat_MsgHdr§m_databaseid: Oid§m_tableoid: Oid§m_autovacuum: bool§m_resetcounter: bool§m_analyzetime: TimestampTz§m_live_tuples: PgStat_Counter§m_dead_tuples: PgStat_CounterTrait Implementations§
source§impl Clone for PgStat_MsgAnalyze
impl Clone for PgStat_MsgAnalyze
source§fn clone(&self) -> PgStat_MsgAnalyze
fn clone(&self) -> PgStat_MsgAnalyze
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_MsgAnalyze
impl Debug for PgStat_MsgAnalyze
source§impl Default for PgStat_MsgAnalyze
impl Default for PgStat_MsgAnalyze
impl Copy for PgStat_MsgAnalyze
Auto Trait Implementations§
impl Freeze for PgStat_MsgAnalyze
impl RefUnwindSafe for PgStat_MsgAnalyze
impl Send for PgStat_MsgAnalyze
impl Sync for PgStat_MsgAnalyze
impl Unpin for PgStat_MsgAnalyze
impl UnwindSafe for PgStat_MsgAnalyze
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)