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: OidTrait 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 more