[][src]Struct sqlite3_native::SortCtx

#[repr(C)]pub struct SortCtx {
    pub pOrderBy: *mut ExprList,
    pub nOBSat: c_int,
    pub iECursor: c_int,
    pub regReturn: c_int,
    pub labelBkOut: c_int,
    pub addrSortIndex: c_int,
    pub labelDone: c_int,
    pub labelOBLopt: c_int,
    pub sortFlags: u8_0,
    pub pDeferredRowLoad: *mut RowLoadInfo,
}

Fields

pOrderBy: *mut ExprListnOBSat: c_intiECursor: c_intregReturn: c_intlabelBkOut: c_intaddrSortIndex: c_intlabelDone: c_intlabelOBLopt: c_intsortFlags: u8_0pDeferredRowLoad: *mut RowLoadInfo

Trait Implementations

impl Clone for SortCtx[src]

impl Copy for SortCtx[src]

Auto Trait Implementations

impl !RefUnwindSafe for SortCtx

impl !Send for SortCtx

impl !Sync for SortCtx

impl Unpin for SortCtx

impl !UnwindSafe for SortCtx

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.