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