#[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: Oid
Trait 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 moreSource§impl Debug for OpBtreeInterpretation
impl Debug for OpBtreeInterpretation
Source§impl Default for OpBtreeInterpretation
impl Default for OpBtreeInterpretation
impl Copy for OpBtreeInterpretation
Auto Trait Implementations§
impl Freeze for OpBtreeInterpretation
impl RefUnwindSafe for OpBtreeInterpretation
impl Send for OpBtreeInterpretation
impl Sync for OpBtreeInterpretation
impl Unpin for OpBtreeInterpretation
impl UnwindSafe for OpBtreeInterpretation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more