#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HeapTupleData
Source§impl Debug for HeapTupleData
impl Debug for HeapTupleData
Auto Trait Implementations§
impl !Send for HeapTupleData
impl !Sync for HeapTupleData
impl Freeze for HeapTupleData
impl RefUnwindSafe for HeapTupleData
impl Unpin for HeapTupleData
impl UnsafeUnpin 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