Struct libsqlite3_sys::sqlite3_vtab_cursor
source · #[repr(C)]pub struct sqlite3_vtab_cursor {
pub pVtab: *mut sqlite3_vtab,
}
Fields§
§pVtab: *mut sqlite3_vtab
Trait Implementations§
source§impl Clone for sqlite3_vtab_cursor
impl Clone for sqlite3_vtab_cursor
source§fn clone(&self) -> sqlite3_vtab_cursor
fn clone(&self) -> sqlite3_vtab_cursor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more