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: uint32§t_self: ItemPointerData§t_tableOid: Oid§t_data: HeapTupleHeaderTrait Implementations§
source§impl Clone for HeapTupleData
impl Clone for HeapTupleData
source§fn clone(&self) -> HeapTupleData
fn clone(&self) -> HeapTupleData
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 more