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