#[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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeapTupleData
impl Debug for HeapTupleData
Source§impl Default for HeapTupleData
impl Default for HeapTupleData
impl Copy for HeapTupleData
Auto Trait Implementations§
impl Freeze for HeapTupleData
impl RefUnwindSafe for HeapTupleData
impl !Send for HeapTupleData
impl !Sync for HeapTupleData
impl Unpin for HeapTupleData
impl UnwindSafe for HeapTupleData
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