Struct libsqlite3_sys::sqlite3 
source · #[repr(C)]pub struct sqlite3(_);Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sqlite3
impl Send for sqlite3
impl Sync for sqlite3
impl Unpin for sqlite3
impl UnwindSafe for sqlite3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more