#[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