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 moresource§impl Debug for _DestReceiver
impl Debug for _DestReceiver
source§impl Default for _DestReceiver
impl Default for _DestReceiver
impl Copy for _DestReceiver
Auto Trait Implementations§
impl Freeze for _DestReceiver
impl RefUnwindSafe for _DestReceiver
impl Send for _DestReceiver
impl Sync for _DestReceiver
impl Unpin for _DestReceiver
impl UnwindSafe for _DestReceiver
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more