Struct pgrx_pg_sys::MinimalTupleTableSlot
source · #[repr(C)]pub struct MinimalTupleTableSlot {
pub base: TupleTableSlot,
pub tuple: HeapTuple,
pub mintuple: MinimalTuple,
pub minhdr: HeapTupleData,
pub off: uint32,
}
Fields§
§base: TupleTableSlot
§tuple: HeapTuple
§mintuple: MinimalTuple
§minhdr: HeapTupleData
§off: uint32
Trait Implementations§
source§impl Clone for MinimalTupleTableSlot
impl Clone for MinimalTupleTableSlot
source§fn clone(&self) -> MinimalTupleTableSlot
fn clone(&self) -> MinimalTupleTableSlot
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 moresource§impl Debug for MinimalTupleTableSlot
impl Debug for MinimalTupleTableSlot
source§impl Default for MinimalTupleTableSlot
impl Default for MinimalTupleTableSlot
source§impl Display for MinimalTupleTableSlot
impl Display for MinimalTupleTableSlot
source§impl PgNode for MinimalTupleTableSlot
impl PgNode for MinimalTupleTableSlot
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more