#[repr(C)]pub struct Struct_sqlite3_index_constraint_usage {
pub argvIndex: c_int,
pub omit: c_uchar,
}
Fields§
§argvIndex: c_int
§omit: c_uchar
Auto Trait Implementations§
impl Freeze for Struct_sqlite3_index_constraint_usage
impl RefUnwindSafe for Struct_sqlite3_index_constraint_usage
impl Send for Struct_sqlite3_index_constraint_usage
impl Sync for Struct_sqlite3_index_constraint_usage
impl Unpin for Struct_sqlite3_index_constraint_usage
impl UnwindSafe for Struct_sqlite3_index_constraint_usage
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