Struct pgrx_pg_sys::ParamExternData
source · #[repr(C)]pub struct ParamExternData {
pub value: Datum,
pub isnull: bool,
pub pflags: uint16,
pub ptype: Oid,
}Fields§
§value: Datum§isnull: bool§pflags: uint16§ptype: OidTrait Implementations§
source§impl Clone for ParamExternData
impl Clone for ParamExternData
source§fn clone(&self) -> ParamExternData
fn clone(&self) -> ParamExternData
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