#[repr(C)]pub struct sqlite3_index_info_sqlite3_index_constraint {
pub iColumn: i32,
pub op: u8,
pub usable: u8,
pub iTermOffset: i32,
}
Fields§
§iColumn: i32
§op: u8
§usable: u8
§iTermOffset: i32
Trait 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 moreimpl Copy for sqlite3_index_info_sqlite3_index_constraint
Auto Trait Implementations§
impl Freeze for sqlite3_index_info_sqlite3_index_constraint
impl RefUnwindSafe for sqlite3_index_info_sqlite3_index_constraint
impl Send for sqlite3_index_info_sqlite3_index_constraint
impl Sync for sqlite3_index_info_sqlite3_index_constraint
impl Unpin for sqlite3_index_info_sqlite3_index_constraint
impl UnwindSafe for sqlite3_index_info_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)