#[repr(C)]pub struct PgStat_MsgHdr {
pub m_type: Type,
pub m_size: c_int,
}
Fields§
§m_type: Type
§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