Struct pgx_pg_sys::HeapTupleFields
source · [−]#[repr(C)]pub struct HeapTupleFields {
pub t_xmin: TransactionId,
pub t_xmax: TransactionId,
pub t_field3: HeapTupleFields__bindgen_ty_1,
}Fields
t_xmin: TransactionIdt_xmax: TransactionIdt_field3: HeapTupleFields__bindgen_ty_1Trait Implementations
sourceimpl Clone for HeapTupleFields
impl Clone for HeapTupleFields
sourcefn clone(&self) -> HeapTupleFields
fn clone(&self) -> HeapTupleFields
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for HeapTupleFields
impl Default for HeapTupleFields
impl Copy for HeapTupleFields
Auto Trait Implementations
impl RefUnwindSafe for HeapTupleFields
impl Send for HeapTupleFields
impl Sync for HeapTupleFields
impl Unpin for HeapTupleFields
impl UnwindSafe for HeapTupleFields
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more