[][src]Union sqlite3_native::C2RustUnnamed_19

#[repr(C)]pub union C2RustUnnamed_19 {
    pub pNC: *mut NameContext,
    pub n: c_int,
    pub iCur: c_int,
    pub pSrcList: *mut SrcList,
    pub pSrcCount: *mut SrcCount,
    pub pCCurHint: *mut CCurHint,
    pub aiCol: *mut c_int,
    pub pIdxCover: *mut IdxCover,
    pub pIdxTrans: *mut IdxExprTrans,
    pub pGroupBy: *mut ExprList,
    pub pSelect: *mut Select,
    pub pRewrite: *mut WindowRewrite,
    pub pConst: *mut WhereConst,
    pub pRename: *mut RenameCtx,
    pub pTab: *mut Table,
    pub pSrcItem: *mut SrcList_item,
}

Fields

pNC: *mut NameContextn: c_intiCur: c_intpSrcList: *mut SrcListpSrcCount: *mut SrcCountpCCurHint: *mut CCurHintaiCol: *mut c_intpIdxCover: *mut IdxCoverpIdxTrans: *mut IdxExprTranspGroupBy: *mut ExprListpSelect: *mut SelectpRewrite: *mut WindowRewritepConst: *mut WhereConstpRename: *mut RenameCtxpTab: *mut TablepSrcItem: *mut SrcList_item

Trait Implementations

impl Clone for C2RustUnnamed_19[src]

impl Copy for C2RustUnnamed_19[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.