[][src]Struct sqlite3_native::InLoop

#[repr(C)]pub struct InLoop {
    pub iCur: c_int,
    pub addrInTop: c_int,
    pub iBase: c_int,
    pub nPrefix: c_int,
    pub eEndLoopOp: u8_0,
}

Fields

iCur: c_intaddrInTop: c_intiBase: c_intnPrefix: c_inteEndLoopOp: u8_0

Trait Implementations

impl Clone for InLoop[src]

impl Copy for InLoop[src]

Auto Trait Implementations

impl RefUnwindSafe for InLoop

impl Send for InLoop

impl Sync for InLoop

impl Unpin for InLoop

impl UnwindSafe for InLoop

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.