#[repr(C)]pub struct QueryOperator {
pub type_: QueryItemType,
pub oper: int8,
pub distance: int16,
pub left: uint32,
}
Fields§
§type_: QueryItemType
§oper: int8
§distance: int16
§left: uint32
Trait Implementations§
Source§impl Clone for QueryOperator
impl Clone for QueryOperator
Source§fn clone(&self) -> QueryOperator
fn clone(&self) -> QueryOperator
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 QueryOperator
impl Debug for QueryOperator
Source§impl Default for QueryOperator
impl Default for QueryOperator
Source§fn default() -> QueryOperator
fn default() -> QueryOperator
Returns the “default value” for a type. Read more
impl Copy for QueryOperator
Auto Trait Implementations§
impl Freeze for QueryOperator
impl RefUnwindSafe for QueryOperator
impl Send for QueryOperator
impl Sync for QueryOperator
impl Unpin for QueryOperator
impl UnwindSafe for QueryOperator
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