#[repr(C)]pub struct PgStat_MsgFuncpurge {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_nentries: c_int,
pub m_functionid: [Oid; 246],
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
§m_nentries: c_int
§m_functionid: [Oid; 246]
Trait Implementations§
Source§impl Clone for PgStat_MsgFuncpurge
impl Clone for PgStat_MsgFuncpurge
Source§fn clone(&self) -> PgStat_MsgFuncpurge
fn clone(&self) -> PgStat_MsgFuncpurge
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_MsgFuncpurge
impl Debug for PgStat_MsgFuncpurge
Source§impl Default for PgStat_MsgFuncpurge
impl Default for PgStat_MsgFuncpurge
impl Copy for PgStat_MsgFuncpurge
Auto Trait Implementations§
impl Freeze for PgStat_MsgFuncpurge
impl RefUnwindSafe for PgStat_MsgFuncpurge
impl Send for PgStat_MsgFuncpurge
impl Sync for PgStat_MsgFuncpurge
impl Unpin for PgStat_MsgFuncpurge
impl UnwindSafe for PgStat_MsgFuncpurge
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