Struct pgx_pg_sys::TupOutputState
source · [−]#[repr(C)]pub struct TupOutputState {
pub slot: *mut TupleTableSlot,
pub dest: *mut DestReceiver,
}Fields
slot: *mut TupleTableSlotdest: *mut DestReceiverTrait Implementations
sourceimpl Clone for TupOutputState
impl Clone for TupOutputState
sourcefn clone(&self) -> TupOutputState
fn clone(&self) -> TupOutputState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TupOutputState
impl Debug for TupOutputState
sourceimpl Default for TupOutputState
impl Default for TupOutputState
impl Copy for TupOutputState
Auto Trait Implementations
impl RefUnwindSafe for TupOutputState
impl !Send for TupOutputState
impl !Sync for TupOutputState
impl Unpin for TupOutputState
impl UnwindSafe for TupOutputState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more