Struct pgrx_pg_sys::ParamExecData
source · #[repr(C)]pub struct ParamExecData {
pub execPlan: *mut c_void,
pub value: Datum,
pub isnull: bool,
}Fields§
§execPlan: *mut c_void§value: Datum§isnull: boolTrait Implementations§
source§impl Clone for ParamExecData
impl Clone for ParamExecData
source§fn clone(&self) -> ParamExecData
fn clone(&self) -> ParamExecData
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