#[repr(C)]pub struct sqlite3_index_constraint_usage {
pub argvIndex: c_int,
pub omit: c_uchar,
}
Fields§
§argvIndex: c_int
§omit: c_uchar
Trait Implementations§
source§impl Clone for sqlite3_index_constraint_usage
impl Clone for sqlite3_index_constraint_usage
source§fn clone(&self) -> sqlite3_index_constraint_usage
fn clone(&self) -> sqlite3_index_constraint_usage
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