Struct libsqlite3_sys::sqlite3_context
[−]
[src]
#[repr(C)]pub struct sqlite3_context(_);
Trait Implementations
impl Debug for sqlite3_context
[src]
impl Copy for sqlite3_context
[src]
impl Clone for sqlite3_context
[src]
fn clone(&self) -> sqlite3_context
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