#[repr(C)]pub struct 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_int
Auto Trait Implementations§
impl Freeze for Struct_sqlite3_index_constraint
impl RefUnwindSafe for Struct_sqlite3_index_constraint
impl Send for Struct_sqlite3_index_constraint
impl Sync for Struct_sqlite3_index_constraint
impl Unpin for Struct_sqlite3_index_constraint
impl UnwindSafe for Struct_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