Struct sqlite3_sys::sqlite3
source · #[repr(C)]pub struct sqlite3 { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sqlite3
impl RefUnwindSafe for sqlite3
impl Send for sqlite3
impl Sync for sqlite3
impl Unpin for sqlite3
impl UnwindSafe for sqlite3
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