Union pgrx_pg_sys::AnyArrayType
source · #[repr(C)]
pub union AnyArrayType {
pub flt: ArrayType,
pub xpn: ExpandedArrayHeader,
}
Fields§
§flt:ArrayType
§
xpn:ExpandedArrayHeader
Trait Implementations§
source§impl Clone for AnyArrayType
impl Clone for AnyArrayType
source§fn clone(&self) -> AnyArrayType
fn clone(&self) -> AnyArrayType
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