[][src]Struct sqlite3_native::PmaReader

#[repr(C)]pub struct PmaReader {
    pub iReadOff: i64_0,
    pub iEof: i64_0,
    pub nAlloc: c_int,
    pub nKey: c_int,
    pub pFd: *mut sqlite3_file,
    pub aAlloc: *mut u8_0,
    pub aKey: *mut u8_0,
    pub aBuffer: *mut u8_0,
    pub nBuffer: c_int,
    pub aMap: *mut u8_0,
    pub pIncr: *mut IncrMerger,
}

Fields

iReadOff: i64_0iEof: i64_0nAlloc: c_intnKey: c_intpFd: *mut sqlite3_fileaAlloc: *mut u8_0aKey: *mut u8_0aBuffer: *mut u8_0nBuffer: c_intaMap: *mut u8_0pIncr: *mut IncrMerger

Trait Implementations

impl Clone for PmaReader[src]

impl Copy for PmaReader[src]

Auto Trait Implementations

impl !RefUnwindSafe for PmaReader

impl !Send for PmaReader

impl !Sync for PmaReader

impl Unpin for PmaReader

impl !UnwindSafe for PmaReader

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.