Struct pgx_pg_sys::PgStat_MsgFuncstat
source · [−]#[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_MsgHdrm_databaseid: Oidm_nentries: c_intm_entry: [PgStat_FunctionEntry; 30]Trait Implementations
sourceimpl Clone for PgStat_MsgFuncstat
impl Clone for PgStat_MsgFuncstat
sourcefn clone(&self) -> PgStat_MsgFuncstat
fn clone(&self) -> PgStat_MsgFuncstat
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_MsgFuncstat
impl Debug for PgStat_MsgFuncstat
sourceimpl Default for PgStat_MsgFuncstat
impl Default for PgStat_MsgFuncstat
impl Copy for PgStat_MsgFuncstat
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more