#[repr(C)]pub struct Struct_sqlite3_vtab {
pub pModule: *const sqlite3_module,
pub nRef: c_int,
pub zErrMsg: *mut c_char,
}
Fields§
§pModule: *const sqlite3_module
§nRef: c_int
§zErrMsg: *mut c_char
Auto Trait Implementations§
impl Freeze for Struct_sqlite3_vtab
impl RefUnwindSafe for Struct_sqlite3_vtab
impl !Send for Struct_sqlite3_vtab
impl !Sync for Struct_sqlite3_vtab
impl Unpin for Struct_sqlite3_vtab
impl UnwindSafe for Struct_sqlite3_vtab
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