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 moresource§impl Default for AnyArrayType
impl Default for AnyArrayType
impl Copy for AnyArrayType
Auto Trait Implementations§
impl Freeze for AnyArrayType
impl RefUnwindSafe for AnyArrayType
impl !Send for AnyArrayType
impl !Sync for AnyArrayType
impl Unpin for AnyArrayType
impl UnwindSafe for AnyArrayType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more