Struct libsqlite3_sys::sqlite3_mutex [−][src]
#[repr(C)]pub struct sqlite3_mutex(_);
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sqlite3_mutex
impl Send for sqlite3_mutex
impl Sync for sqlite3_mutex
impl Unpin for sqlite3_mutex
impl UnwindSafe for sqlite3_mutex
Blanket Implementations
Mutably borrows from an owned value. Read more