Struct pgx_pg_sys::OpBtreeInterpretation
source · #[repr(C)]pub struct OpBtreeInterpretation {
pub opfamily_id: Oid,
pub strategy: c_int,
pub oplefttype: Oid,
pub oprighttype: Oid,
}Fields§
§opfamily_id: Oid§strategy: c_int§oplefttype: Oid§oprighttype: OidTrait Implementations§
source§impl Clone for OpBtreeInterpretation
impl Clone for OpBtreeInterpretation
source§fn clone(&self) -> OpBtreeInterpretation
fn clone(&self) -> OpBtreeInterpretation
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