Struct deslite::SqliteCon[][src]

pub struct SqliteCon {
    pub con: *mut sqlite3,
}

Fields

Methods

impl SqliteCon
[src]

Trait Implementations

impl Debug for SqliteCon
[src]

Formats the value using the given formatter. Read more

impl Drop for SqliteCon
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for SqliteCon

impl !Sync for SqliteCon