#[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: Oid
Trait 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 moresource§impl Debug for PgStat_MsgResetsinglecounter
impl Debug for PgStat_MsgResetsinglecounter
impl Copy for PgStat_MsgResetsinglecounter
Auto Trait Implementations§
impl Freeze for PgStat_MsgResetsinglecounter
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§
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