Struct pgrx_pg_sys::varattrib_4b__bindgen_ty_1
source · #[repr(C)]pub struct varattrib_4b__bindgen_ty_1 {
pub va_header: uint32,
pub va_data: __IncompleteArrayField<c_char>,
}
Fields§
§va_header: uint32
§va_data: __IncompleteArrayField<c_char>
Trait Implementations§
source§impl Debug for varattrib_4b__bindgen_ty_1
impl Debug for varattrib_4b__bindgen_ty_1
source§impl Default for varattrib_4b__bindgen_ty_1
impl Default for varattrib_4b__bindgen_ty_1
source§fn default() -> varattrib_4b__bindgen_ty_1
fn default() -> varattrib_4b__bindgen_ty_1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for varattrib_4b__bindgen_ty_1
impl RefUnwindSafe for varattrib_4b__bindgen_ty_1
impl Send for varattrib_4b__bindgen_ty_1
impl Sync for varattrib_4b__bindgen_ty_1
impl Unpin for varattrib_4b__bindgen_ty_1
impl UnwindSafe for varattrib_4b__bindgen_ty_1
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