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