Struct pgx_pg_sys::HeapTupleData
source · [−]#[repr(C)]pub struct HeapTupleData {
pub t_len: uint32,
pub t_self: ItemPointerData,
pub t_tableOid: Oid,
pub t_data: HeapTupleHeader,
}Fields
t_len: uint32t_self: ItemPointerDatat_tableOid: Oidt_data: HeapTupleHeaderTrait Implementations
sourceimpl Clone for HeapTupleData
impl Clone for HeapTupleData
sourcefn clone(&self) -> HeapTupleData
fn clone(&self) -> HeapTupleData
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 Debug for HeapTupleData
impl Debug for HeapTupleData
sourceimpl Default for HeapTupleData
impl Default for HeapTupleData
impl Copy for HeapTupleData
Auto Trait Implementations
impl RefUnwindSafe for HeapTupleData
impl !Send for HeapTupleData
impl !Sync for HeapTupleData
impl Unpin for HeapTupleData
impl UnwindSafe for HeapTupleData
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