Struct windows_sys::Win32::System::SqlLite::sqlite3_vtab
[−]#[repr(C)]pub struct sqlite3_vtab {
pub pModule: *const sqlite3_module,
pub nRef: i32,
pub zErrMsg: PSTR,
}
Expand description
Required features: ‘Win32_System_SqlLite’
Fields
pModule: *const sqlite3_module
nRef: i32
zErrMsg: PSTR
Trait Implementations
impl Clone for sqlite3_vtab
impl Clone for sqlite3_vtab
impl Copy for sqlite3_vtab
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_vtab
impl !Send for sqlite3_vtab
impl !Sync for sqlite3_vtab
impl Unpin for sqlite3_vtab
impl UnwindSafe for sqlite3_vtab
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more