Struct pgrx_pg_sys::ExprContext_CB
source · #[repr(C)]pub struct ExprContext_CB {
pub next: *mut ExprContext_CB,
pub function: ExprContextCallbackFunction,
pub arg: Datum,
}
Fields§
§next: *mut ExprContext_CB
§function: ExprContextCallbackFunction
§arg: Datum
Trait Implementations§
source§impl Clone for ExprContext_CB
impl Clone for ExprContext_CB
source§fn clone(&self) -> ExprContext_CB
fn clone(&self) -> ExprContext_CB
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