Struct pgrx_pg_sys::HeapTupleHeaderData
source · #[repr(C)]pub struct HeapTupleHeaderData {
pub t_choice: HeapTupleHeaderData__bindgen_ty_1,
pub t_ctid: ItemPointerData,
pub t_infomask2: uint16,
pub t_infomask: uint16,
pub t_hoff: uint8,
pub t_bits: __IncompleteArrayField<bits8>,
}
Fields§
§t_choice: HeapTupleHeaderData__bindgen_ty_1
§t_ctid: ItemPointerData
§t_infomask2: uint16
§t_infomask: uint16
§t_hoff: uint8
§t_bits: __IncompleteArrayField<bits8>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HeapTupleHeaderData
impl Send for HeapTupleHeaderData
impl Sync for HeapTupleHeaderData
impl Unpin for HeapTupleHeaderData
impl UnwindSafe for HeapTupleHeaderData
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