Struct pgrx_pg_sys::OpFamilyMember
source · #[repr(C)]pub struct OpFamilyMember {
pub is_func: bool,
pub object: Oid,
pub number: c_int,
pub lefttype: Oid,
pub righttype: Oid,
pub sortfamily: Oid,
pub ref_is_hard: bool,
pub ref_is_family: bool,
pub refobjid: Oid,
}
Fields§
§is_func: bool
§object: Oid
§number: c_int
§lefttype: Oid
§righttype: Oid
§sortfamily: Oid
§ref_is_hard: bool
§ref_is_family: bool
§refobjid: Oid
Trait Implementations§
source§impl Clone for OpFamilyMember
impl Clone for OpFamilyMember
source§fn clone(&self) -> OpFamilyMember
fn clone(&self) -> OpFamilyMember
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