#[repr(C)]pub struct PgStat_MsgResetsinglecounter {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_resettype: Type,
pub m_objectid: Oid,
}Fields§
§m_hdr: PgStat_MsgHdr§m_databaseid: Oid§m_resettype: 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 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
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)