#[repr(C)]pub struct sqlite3_index_info_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_info_sqlite3_index_constraint
impl Clone for sqlite3_index_info_sqlite3_index_constraint
source§fn clone(&self) -> sqlite3_index_info_sqlite3_index_constraint
fn clone(&self) -> sqlite3_index_info_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 more