[][src]Struct sqlite3_native::WhereLoop

#[repr(C)]pub struct WhereLoop {
    pub prereq: Bitmask,
    pub maskSelf: Bitmask,
    pub iTab: u8_0,
    pub iSortIdx: u8_0,
    pub rSetup: LogEst,
    pub rRun: LogEst,
    pub nOut: LogEst,
    pub u: C2RustUnnamed_13,
    pub wsFlags: u32_0,
    pub nLTerm: u16_0,
    pub nSkip: u16_0,
    pub nLSlot: u16_0,
    pub aLTerm: *mut *mut WhereTerm,
    pub pNextLoop: *mut WhereLoop,
    pub aLTermSpace: [*mut WhereTerm; 3],
}

Fields

prereq: BitmaskmaskSelf: BitmaskiTab: u8_0iSortIdx: u8_0rSetup: LogEstrRun: LogEstnOut: LogEstu: C2RustUnnamed_13wsFlags: u32_0nLTerm: u16_0nSkip: u16_0nLSlot: u16_0aLTerm: *mut *mut WhereTermpNextLoop: *mut WhereLoopaLTermSpace: [*mut WhereTerm; 3]

Trait Implementations

impl Clone for WhereLoop[src]

impl Copy for WhereLoop[src]

Auto Trait Implementations

impl !RefUnwindSafe for WhereLoop

impl !Send for WhereLoop

impl !Sync for WhereLoop

impl Unpin for WhereLoop

impl !UnwindSafe for WhereLoop

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.