Struct libsqlite3_sys::sqlite3_vtab
source · #[repr(C)]pub 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
Trait Implementations§
source§impl Clone for sqlite3_vtab
impl Clone for sqlite3_vtab
source§fn clone(&self) -> sqlite3_vtab
fn clone(&self) -> sqlite3_vtab
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