Struct pgrx_pg_sys::varattrib_4b
source · #[repr(C)]pub struct varattrib_4b {
pub va_4byte: __BindgenUnionField<varattrib_4b__bindgen_ty_1>,
pub va_compressed: __BindgenUnionField<varattrib_4b__bindgen_ty_2>,
pub bindgen_union_field: [u32; 2],
}
Fields§
§va_4byte: __BindgenUnionField<varattrib_4b__bindgen_ty_1>
§va_compressed: __BindgenUnionField<varattrib_4b__bindgen_ty_2>
§bindgen_union_field: [u32; 2]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for varattrib_4b
impl RefUnwindSafe for varattrib_4b
impl Send for varattrib_4b
impl Sync for varattrib_4b
impl Unpin for varattrib_4b
impl UnwindSafe for varattrib_4b
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