pub struct BestIndexInfo {
pub raw: *mut c_void,
}Expand description
Wrapper for a backend-specific best-index info pointer.
Fields§
§raw: *mut c_voidRaw backend pointer to sqlite3_index_info.
Auto Trait Implementations§
impl Freeze for BestIndexInfo
impl RefUnwindSafe for BestIndexInfo
impl !Send for BestIndexInfo
impl !Sync for BestIndexInfo
impl Unpin for BestIndexInfo
impl UnsafeUnpin for BestIndexInfo
impl UnwindSafe for BestIndexInfo
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