Struct pgrx_pg_sys::ArrayMetaState
source · #[repr(C)]pub struct ArrayMetaState {
pub element_type: Oid,
pub typlen: int16,
pub typbyval: bool,
pub typalign: c_char,
pub typdelim: c_char,
pub typioparam: Oid,
pub typiofunc: Oid,
pub proc_: FmgrInfo,
}
Fields§
§element_type: Oid
§typlen: int16
§typbyval: bool
§typalign: c_char
§typdelim: c_char
§typioparam: Oid
§typiofunc: Oid
§proc_: FmgrInfo
Trait Implementations§
source§impl Clone for ArrayMetaState
impl Clone for ArrayMetaState
source§fn clone(&self) -> ArrayMetaState
fn clone(&self) -> ArrayMetaState
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