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_MsgHdr§m_databaseid: Oid§m_resettype: PgStat_Single_Reset_Type§m_objectid: OidTrait Implementations§
source§impl Clone for PgStat_MsgResetsinglecounter
impl Clone for PgStat_MsgResetsinglecounter
source§fn clone(&self) -> PgStat_MsgResetsinglecounter
fn clone(&self) -> PgStat_MsgResetsinglecounter
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