Struct pgrx_pg_sys::ArrayBuildStateArr
source · #[repr(C)]pub struct ArrayBuildStateArr {}Fields§
§mcontext: MemoryContext§data: *mut c_char§nullbitmap: *mut bits8§abytes: c_int§nbytes: c_int§aitems: c_int§nitems: c_int§ndims: c_int§dims: [c_int; 6]§lbs: [c_int; 6]§array_type: Oid§element_type: Oid§private_cxt: boolTrait Implementations§
source§impl Clone for ArrayBuildStateArr
impl Clone for ArrayBuildStateArr
source§fn clone(&self) -> ArrayBuildStateArr
fn clone(&self) -> ArrayBuildStateArr
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