pub struct Sqlite3File { /* private fields */ }
Expand description
Wrapper type around *mut sqlite3_file
, to seal the pointer from extern usage.
Implementations§
Auto Trait Implementations§
impl Freeze for Sqlite3File
impl RefUnwindSafe for Sqlite3File
impl !Send for Sqlite3File
impl !Sync for Sqlite3File
impl Unpin for Sqlite3File
impl UnwindSafe for Sqlite3File
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