Struct windows_sys::Win32::System::SqlLite::sqlite3_vtab_cursor
[−]#[repr(C)]pub struct sqlite3_vtab_cursor {
pub pVtab: *mut sqlite3_vtab,
}
Expand description
Required features: ‘Win32_System_SqlLite’
Fields
pVtab: *mut sqlite3_vtab
Trait Implementations
impl Clone for sqlite3_vtab_cursor
impl Clone for sqlite3_vtab_cursor
impl Copy for sqlite3_vtab_cursor
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_vtab_cursor
impl !Send for sqlite3_vtab_cursor
impl !Sync for sqlite3_vtab_cursor
impl Unpin for sqlite3_vtab_cursor
impl UnwindSafe for sqlite3_vtab_cursor
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