Struct pgrx_pg_sys::ArrayBuildState
source · #[repr(C)]pub struct ArrayBuildState {
pub mcontext: MemoryContext,
pub dvalues: *mut Datum,
pub dnulls: *mut bool,
pub alen: c_int,
pub nelems: c_int,
pub element_type: Oid,
pub typlen: int16,
pub typbyval: bool,
pub typalign: c_char,
pub private_cxt: bool,
}Fields§
§mcontext: MemoryContext§dvalues: *mut Datum§dnulls: *mut bool§alen: c_int§nelems: c_int§element_type: Oid§typlen: int16§typbyval: bool§typalign: c_char§private_cxt: boolTrait Implementations§
source§impl Clone for ArrayBuildState
impl Clone for ArrayBuildState
source§fn clone(&self) -> ArrayBuildState
fn clone(&self) -> ArrayBuildState
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