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