#[repr(C)]pub struct Struct_sqlite3_file {
pub pMethods: *const Struct_sqlite3_io_methods,
}
Fields§
§pMethods: *const Struct_sqlite3_io_methods
Auto Trait Implementations§
impl Freeze for Struct_sqlite3_file
impl RefUnwindSafe for Struct_sqlite3_file
impl !Send for Struct_sqlite3_file
impl !Sync for Struct_sqlite3_file
impl Unpin for Struct_sqlite3_file
impl UnwindSafe for Struct_sqlite3_file
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