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