#[repr(C)]pub struct xl_xact_twophase {
pub xid: TransactionId,
}
Fields§
§xid: TransactionId
Trait Implementations§
Source§impl Clone for xl_xact_twophase
impl Clone for xl_xact_twophase
Source§fn clone(&self) -> xl_xact_twophase
fn clone(&self) -> xl_xact_twophase
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_twophase
impl Debug for xl_xact_twophase
Source§impl Default for xl_xact_twophase
impl Default for xl_xact_twophase
Source§fn default() -> xl_xact_twophase
fn default() -> xl_xact_twophase
Returns the “default value” for a type. Read more
impl Copy for xl_xact_twophase
Auto Trait Implementations§
impl Freeze for xl_xact_twophase
impl RefUnwindSafe for xl_xact_twophase
impl Send for xl_xact_twophase
impl Sync for xl_xact_twophase
impl Unpin for xl_xact_twophase
impl UnwindSafe for xl_xact_twophase
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