Skip to main content

DestReceiver

Type Alias DestReceiver 

Source
pub type DestReceiver = _DestReceiver;

Aliased Type§

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

Fields§

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