Struct pgrx_pg_sys::xl_xact_origin
source · #[repr(C)]pub struct xl_xact_origin {
pub origin_lsn: XLogRecPtr,
pub origin_timestamp: TimestampTz,
}
Fields§
§origin_lsn: XLogRecPtr
§origin_timestamp: TimestampTz
Trait Implementations§
source§impl Clone for xl_xact_origin
impl Clone for xl_xact_origin
source§fn clone(&self) -> xl_xact_origin
fn clone(&self) -> xl_xact_origin
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 xl_xact_origin
impl Debug for xl_xact_origin
source§impl Default for xl_xact_origin
impl Default for xl_xact_origin
source§fn default() -> xl_xact_origin
fn default() -> xl_xact_origin
Returns the “default value” for a type. Read more
impl Copy for xl_xact_origin
Auto Trait Implementations§
impl Freeze for xl_xact_origin
impl RefUnwindSafe for xl_xact_origin
impl Send for xl_xact_origin
impl Sync for xl_xact_origin
impl Unpin for xl_xact_origin
impl UnwindSafe for xl_xact_origin
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