Struct pgx_pg_sys::PgStat_MsgResetsinglecounter
source · [−]#[repr(C)]pub struct PgStat_MsgResetsinglecounter {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_resettype: PgStat_Single_Reset_Type,
pub m_objectid: Oid,
}Fields
m_hdr: PgStat_MsgHdrm_databaseid: Oidm_resettype: PgStat_Single_Reset_Typem_objectid: OidTrait Implementations
sourceimpl Clone for PgStat_MsgResetsinglecounter
impl Clone for PgStat_MsgResetsinglecounter
sourcefn clone(&self) -> PgStat_MsgResetsinglecounter
fn clone(&self) -> PgStat_MsgResetsinglecounter
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_MsgResetsinglecounter
impl Debug for PgStat_MsgResetsinglecounter
impl Copy for PgStat_MsgResetsinglecounter
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgResetsinglecounter
impl Send for PgStat_MsgResetsinglecounter
impl Sync for PgStat_MsgResetsinglecounter
impl Unpin for PgStat_MsgResetsinglecounter
impl UnwindSafe for PgStat_MsgResetsinglecounter
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