#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpBtreeInterpretation
Source§impl Debug for OpBtreeInterpretation
impl Debug 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 UnsafeUnpin 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