Struct pgrx_pg_sys::FormData_pg_extension
source · #[repr(C)]pub struct FormData_pg_extension {
pub oid: Oid,
pub extname: NameData,
pub extowner: Oid,
pub extnamespace: Oid,
pub extrelocatable: bool,
}Fields§
§oid: Oid§extname: NameData§extowner: Oid§extnamespace: Oid§extrelocatable: boolTrait Implementations§
source§impl Clone for FormData_pg_extension
impl Clone for FormData_pg_extension
source§fn clone(&self) -> FormData_pg_extension
fn clone(&self) -> FormData_pg_extension
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