Struct pgx_pg_sys::PgStat_MsgDummy
source · [−]#[repr(C)]pub struct PgStat_MsgDummy {
pub m_hdr: PgStat_MsgHdr,
}Fields
m_hdr: PgStat_MsgHdrTrait Implementations
sourceimpl Clone for PgStat_MsgDummy
impl Clone for PgStat_MsgDummy
sourcefn clone(&self) -> PgStat_MsgDummy
fn clone(&self) -> PgStat_MsgDummy
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_MsgDummy
impl Debug for PgStat_MsgDummy
sourceimpl Default for PgStat_MsgDummy
impl Default for PgStat_MsgDummy
impl Copy for PgStat_MsgDummy
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgDummy
impl Send for PgStat_MsgDummy
impl Sync for PgStat_MsgDummy
impl Unpin for PgStat_MsgDummy
impl UnwindSafe for PgStat_MsgDummy
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