Struct pgrx_pg_sys::TupOutputState
source · #[repr(C)]pub struct TupOutputState {
pub slot: *mut TupleTableSlot,
pub dest: *mut DestReceiver,
}
Fields§
§slot: *mut TupleTableSlot
§dest: *mut DestReceiver
Trait Implementations§
source§impl Clone for TupOutputState
impl Clone for TupOutputState
source§fn clone(&self) -> TupOutputState
fn clone(&self) -> TupOutputState
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