Struct pgx_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: int32va_extinfo: uint32va_valueid: Oidva_toastrelid: OidTrait Implementations
sourceimpl Clone for varatt_external
impl Clone for varatt_external
sourcefn clone(&self) -> varatt_external
fn clone(&self) -> varatt_external
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for varatt_external
impl Debug for varatt_external
sourceimpl Default for varatt_external
impl Default for varatt_external
sourcefn default() -> varatt_external
fn default() -> varatt_external
Returns the “default value” for a type. Read more
impl Copy for varatt_external
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more