#[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 duplicate 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