[][src]Struct sqlite3_native::Incrblob

#[repr(C)]pub struct Incrblob {
    pub nByte: c_int,
    pub iOffset: c_int,
    pub iCol: u16_0,
    pub pCsr: *mut BtCursor,
    pub pStmt: *mut sqlite3_stmt,
    pub db: *mut sqlite3,
    pub zDb: *mut c_char,
    pub pTab: *mut Table,
}

Fields

nByte: c_intiOffset: c_intiCol: u16_0pCsr: *mut BtCursorpStmt: *mut sqlite3_stmtdb: *mut sqlite3zDb: *mut c_charpTab: *mut Table

Trait Implementations

impl Clone for Incrblob[src]

impl Copy for Incrblob[src]

Auto Trait Implementations

impl !RefUnwindSafe for Incrblob

impl !Send for Incrblob

impl !Sync for Incrblob

impl Unpin for Incrblob

impl !UnwindSafe for Incrblob

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.