#[repr(C)]pub struct PgStat_MsgConnect {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
Trait Implementations§
Source§impl Clone for PgStat_MsgConnect
impl Clone for PgStat_MsgConnect
Source§fn clone(&self) -> PgStat_MsgConnect
fn clone(&self) -> PgStat_MsgConnect
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_MsgConnect
impl Debug for PgStat_MsgConnect
Source§impl Default for PgStat_MsgConnect
impl Default for PgStat_MsgConnect
impl Copy for PgStat_MsgConnect
Auto Trait Implementations§
impl Freeze for PgStat_MsgConnect
impl RefUnwindSafe for PgStat_MsgConnect
impl Send for PgStat_MsgConnect
impl Sync for PgStat_MsgConnect
impl Unpin for PgStat_MsgConnect
impl UnwindSafe for PgStat_MsgConnect
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