Struct libsql_ffi::sqlite3_index_constraint 
source · #[repr(C)]pub struct sqlite3_index_constraint {
    pub iColumn: c_int,
    pub op: c_uchar,
    pub usable: c_uchar,
    pub iTermOffset: c_int,
}Fields§
§iColumn: c_int§op: c_uchar§usable: c_uchar§iTermOffset: c_intTrait Implementations§
source§impl Clone for sqlite3_index_constraint
 
impl Clone for sqlite3_index_constraint
source§fn clone(&self) -> sqlite3_index_constraint
 
fn clone(&self) -> sqlite3_index_constraint
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 sqlite3_index_constraint
 
impl Debug for sqlite3_index_constraint
impl Copy for sqlite3_index_constraint
Auto Trait Implementations§
impl RefUnwindSafe for sqlite3_index_constraint
impl Send for sqlite3_index_constraint
impl Sync for sqlite3_index_constraint
impl Unpin for sqlite3_index_constraint
impl UnwindSafe for sqlite3_index_constraint
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