Struct pgx_pg_sys::_DestReceiver [−][src]
#[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: CommandDestTrait Implementations
impl Clone for _DestReceiver[src]
impl Clone for _DestReceiver[src]fn clone(&self) -> _DestReceiver[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _DestReceiver[src]
impl Copy for _DestReceiver[src]impl Default for _DestReceiver[src]
impl Default for _DestReceiver[src]Auto Trait Implementations
impl RefUnwindSafe for _DestReceiver
impl RefUnwindSafe for _DestReceiverimpl Send for _DestReceiver
impl Send for _DestReceiverimpl Sync for _DestReceiver
impl Sync for _DestReceiverimpl Unpin for _DestReceiver
impl Unpin for _DestReceiverimpl UnwindSafe for _DestReceiver
impl UnwindSafe for _DestReceiver