Struct pgrx_pg_sys::varatt_external
source · #[repr(C)]pub struct varatt_external {
pub va_rawsize: int32,
pub va_extinfo: uint32,
pub va_valueid: Oid,
pub va_toastrelid: Oid,
}
Fields§
§va_rawsize: int32
§va_extinfo: uint32
§va_valueid: Oid
§va_toastrelid: Oid
Trait Implementations§
source§impl Clone for varatt_external
impl Clone for varatt_external
source§fn clone(&self) -> varatt_external
fn clone(&self) -> varatt_external
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 Debug for varatt_external
impl Debug for varatt_external
source§impl Default for varatt_external
impl Default for varatt_external
impl Copy for varatt_external
Auto Trait Implementations§
impl Freeze for varatt_external
impl RefUnwindSafe for varatt_external
impl Send for varatt_external
impl Sync for varatt_external
impl Unpin for varatt_external
impl UnwindSafe for varatt_external
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