Struct pgrx_pg_sys::varatt_expanded
source · #[repr(C)]pub struct varatt_expanded {
pub eohptr: *mut ExpandedObjectHeader,
}
Fields§
§eohptr: *mut ExpandedObjectHeader
Trait Implementations§
source§impl Clone for varatt_expanded
impl Clone for varatt_expanded
source§fn clone(&self) -> varatt_expanded
fn clone(&self) -> varatt_expanded
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