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