Struct pgrx_pg_sys::PgStat_MsgDummy
source · #[repr(C)]pub struct PgStat_MsgDummy {
pub m_hdr: PgStat_MsgHdr,
}
Fields§
§m_hdr: PgStat_MsgHdr
Trait Implementations§
source§impl Clone for PgStat_MsgDummy
impl Clone for PgStat_MsgDummy
source§fn clone(&self) -> PgStat_MsgDummy
fn clone(&self) -> PgStat_MsgDummy
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 more