#[repr(C)]pub struct HeapTupleFields {
pub t_xmin: TransactionId,
pub t_xmax: TransactionId,
pub t_field3: HeapTupleFields__bindgen_ty_1,
}
Fields§
§t_xmin: TransactionId
§t_xmax: TransactionId
§t_field3: HeapTupleFields__bindgen_ty_1
Trait Implementations§
Source§impl Clone for HeapTupleFields
impl Clone for HeapTupleFields
Source§fn clone(&self) -> HeapTupleFields
fn clone(&self) -> HeapTupleFields
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 Default for HeapTupleFields
impl Default for HeapTupleFields
impl Copy for HeapTupleFields
Auto Trait Implementations§
impl Freeze for HeapTupleFields
impl RefUnwindSafe for HeapTupleFields
impl Send for HeapTupleFields
impl Sync for HeapTupleFields
impl Unpin for HeapTupleFields
impl UnwindSafe for HeapTupleFields
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