#[repr(C)]pub struct PgStat_MsgResetcounter {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
}Fields§
§m_hdr: PgStat_MsgHdr§m_databaseid: OidTrait Implementations§
Source§impl Clone for PgStat_MsgResetcounter
impl Clone for PgStat_MsgResetcounter
Source§fn clone(&self) -> PgStat_MsgResetcounter
fn clone(&self) -> PgStat_MsgResetcounter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PgStat_MsgResetcounter
impl Debug for PgStat_MsgResetcounter
Source§impl Default for PgStat_MsgResetcounter
impl Default for PgStat_MsgResetcounter
impl Copy for PgStat_MsgResetcounter
Auto Trait Implementations§
impl Freeze for PgStat_MsgResetcounter
impl RefUnwindSafe for PgStat_MsgResetcounter
impl Send for PgStat_MsgResetcounter
impl Sync for PgStat_MsgResetcounter
impl Unpin for PgStat_MsgResetcounter
impl UnwindSafe for PgStat_MsgResetcounter
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