#[repr(C)]pub struct PgStat_MsgResetreplslotcounter {
pub m_hdr: PgStat_MsgHdr,
pub m_slotname: NameData,
pub clearall: bool,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_slotname: NameData
§clearall: bool
Trait Implementations§
Source§impl Clone for PgStat_MsgResetreplslotcounter
impl Clone for PgStat_MsgResetreplslotcounter
Source§fn clone(&self) -> PgStat_MsgResetreplslotcounter
fn clone(&self) -> PgStat_MsgResetreplslotcounter
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 moreimpl Copy for PgStat_MsgResetreplslotcounter
Auto Trait Implementations§
impl Freeze for PgStat_MsgResetreplslotcounter
impl RefUnwindSafe for PgStat_MsgResetreplslotcounter
impl Send for PgStat_MsgResetreplslotcounter
impl Sync for PgStat_MsgResetreplslotcounter
impl Unpin for PgStat_MsgResetreplslotcounter
impl UnwindSafe for PgStat_MsgResetreplslotcounter
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