Type Alias pgrx_pg_sys::DestReceiver

source ·
pub type DestReceiver = _DestReceiver;

Aliased Type§

struct DestReceiver {
    pub receiveSlot: Option<unsafe extern "C" fn(_: *mut TupleTableSlot, _: *mut _DestReceiver) -> bool>,
    pub rStartup: Option<unsafe extern "C" fn(_: *mut _DestReceiver, _: i32, _: *mut TupleDescData)>,
    pub rShutdown: Option<unsafe extern "C" fn(_: *mut _DestReceiver)>,
    pub rDestroy: Option<unsafe extern "C" fn(_: *mut _DestReceiver)>,
    pub mydest: u32,
}

Fields§

§receiveSlot: Option<unsafe extern "C" fn(_: *mut TupleTableSlot, _: *mut _DestReceiver) -> bool>§rStartup: Option<unsafe extern "C" fn(_: *mut _DestReceiver, _: i32, _: *mut TupleDescData)>§rShutdown: Option<unsafe extern "C" fn(_: *mut _DestReceiver)>§rDestroy: Option<unsafe extern "C" fn(_: *mut _DestReceiver)>§mydest: u32

Trait Implementations§

source§

impl Clone for _DestReceiver

source§

fn clone(&self) -> _DestReceiver

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _DestReceiver

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _DestReceiver

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _DestReceiver