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