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