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 moresource§impl Debug for PgStat_MsgHdr
impl Debug for PgStat_MsgHdr
source§impl Default for PgStat_MsgHdr
impl Default for PgStat_MsgHdr
impl Copy for PgStat_MsgHdr
Auto Trait Implementations§
impl Freeze for PgStat_MsgHdr
impl RefUnwindSafe for PgStat_MsgHdr
impl Send for PgStat_MsgHdr
impl Sync for PgStat_MsgHdr
impl Unpin for PgStat_MsgHdr
impl UnwindSafe for PgStat_MsgHdr
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