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