Struct libsqlite3_sys::sqlite3
[−]
[src]
#[repr(C)]pub struct sqlite3(_);
Trait Implementations
impl Debug for sqlite3
[src]
impl Copy for sqlite3
[src]
impl Clone for sqlite3
[src]
fn clone(&self) -> sqlite3
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more