Struct libsqlite3_sys::sqlite3_pcache
source · #[repr(C)]pub struct sqlite3_pcache { /* private fields */ }
Trait Implementations§
source§impl Clone for sqlite3_pcache
impl Clone for sqlite3_pcache
source§fn clone(&self) -> sqlite3_pcache
fn clone(&self) -> sqlite3_pcache
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