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