[][src]Struct sqlite3_native::WhereLevel

#[repr(C)]pub struct WhereLevel {
    pub iLeftJoin: c_int,
    pub iTabCur: c_int,
    pub iIdxCur: c_int,
    pub addrBrk: c_int,
    pub addrNxt: c_int,
    pub addrSkip: c_int,
    pub addrCont: c_int,
    pub addrFirst: c_int,
    pub addrBody: c_int,
    pub regBignull: c_int,
    pub addrBignull: c_int,
    pub iLikeRepCntr: u32_0,
    pub addrLikeRep: c_int,
    pub iFrom: u8_0,
    pub op: u8_0,
    pub p3: u8_0,
    pub p5: u8_0,
    pub p1: c_int,
    pub p2: c_int,
    pub u: C2RustUnnamed_16,
    pub pWLoop: *mut WhereLoop,
    pub notReady: Bitmask,
}

Fields

iLeftJoin: c_intiTabCur: c_intiIdxCur: c_intaddrBrk: c_intaddrNxt: c_intaddrSkip: c_intaddrCont: c_intaddrFirst: c_intaddrBody: c_intregBignull: c_intaddrBignull: c_intiLikeRepCntr: u32_0addrLikeRep: c_intiFrom: u8_0op: u8_0p3: u8_0p5: u8_0p1: c_intp2: c_intu: C2RustUnnamed_16pWLoop: *mut WhereLoopnotReady: Bitmask

Trait Implementations

impl Clone for WhereLevel[src]

impl Copy for WhereLevel[src]

Auto Trait Implementations

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.