Struct pgrx_pg_sys::_DestReceiver
source · #[repr(C)]pub struct _DestReceiver {
pub receiveSlot: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot, self_: *mut DestReceiver) -> bool>,
pub rStartup: Option<unsafe extern "C" fn(self_: *mut DestReceiver, operation: c_int, typeinfo: TupleDesc)>,
pub rShutdown: Option<unsafe extern "C" fn(self_: *mut DestReceiver)>,
pub rDestroy: Option<unsafe extern "C" fn(self_: *mut DestReceiver)>,
pub mydest: CommandDest,
}
Fields§
§receiveSlot: Option<unsafe extern "C" fn(slot: *mut TupleTableSlot, self_: *mut DestReceiver) -> bool>
§rStartup: Option<unsafe extern "C" fn(self_: *mut DestReceiver, operation: c_int, typeinfo: TupleDesc)>
§rShutdown: Option<unsafe extern "C" fn(self_: *mut DestReceiver)>
§rDestroy: Option<unsafe extern "C" fn(self_: *mut DestReceiver)>
§mydest: CommandDest
Trait Implementations§
source§impl Clone for _DestReceiver
impl Clone for _DestReceiver
source§fn clone(&self) -> _DestReceiver
fn clone(&self) -> _DestReceiver
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