Struct pgx_pg_sys::ExpandedObjectHeader
source · #[repr(C)]pub struct ExpandedObjectHeader {
pub vl_len_: int32,
pub eoh_methods: *const ExpandedObjectMethods,
pub eoh_context: MemoryContext,
pub eoh_rw_ptr: [c_char; 10],
pub eoh_ro_ptr: [c_char; 10],
}Fields§
§vl_len_: int32§eoh_methods: *const ExpandedObjectMethods§eoh_context: MemoryContext§eoh_rw_ptr: [c_char; 10]§eoh_ro_ptr: [c_char; 10]Trait Implementations§
source§impl Clone for ExpandedObjectHeader
impl Clone for ExpandedObjectHeader
source§fn clone(&self) -> ExpandedObjectHeader
fn clone(&self) -> ExpandedObjectHeader
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