[][src]Struct sqlite3_native::InitData

#[repr(C)]pub struct InitData {
    pub db: *mut sqlite3,
    pub pzErrMsg: *mut *mut c_char,
    pub iDb: c_int,
    pub rc: c_int,
    pub mInitFlags: u32_0,
    pub nInitRow: u32_0,
}

Fields

db: *mut sqlite3pzErrMsg: *mut *mut c_chariDb: c_intrc: c_intmInitFlags: u32_0nInitRow: u32_0

Trait Implementations

impl Clone for InitData[src]

impl Copy for InitData[src]

Auto Trait Implementations

impl !RefUnwindSafe for InitData

impl !Send for InitData

impl !Sync for InitData

impl Unpin for InitData

impl !UnwindSafe for InitData

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.