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