[][src]Struct sqlite3_native::Expr

#[repr(C)]pub struct Expr {
    pub op: u8_0,
    pub affExpr: c_char,
    pub op2: u8_0,
    pub flags: u32_0,
    pub u: C2RustUnnamed_8,
    pub pLeft: *mut Expr,
    pub pRight: *mut Expr,
    pub x: C2RustUnnamed_7,
    pub nHeight: c_int,
    pub iTable: c_int,
    pub iColumn: ynVar,
    pub iAgg: i16_0,
    pub iRightJoinTable: i16_0,
    pub pAggInfo: *mut AggInfo,
    pub y: C2RustUnnamed_1,
}

Fields

op: u8_0affExpr: c_charop2: u8_0flags: u32_0u: C2RustUnnamed_8pLeft: *mut ExprpRight: *mut Exprx: C2RustUnnamed_7nHeight: c_intiTable: c_intiColumn: ynVariAgg: i16_0iRightJoinTable: i16_0pAggInfo: *mut AggInfoy: C2RustUnnamed_1

Trait Implementations

impl Clone for Expr[src]

impl Copy for Expr[src]

Auto Trait Implementations

impl !RefUnwindSafe for Expr

impl !Send for Expr

impl !Sync for Expr

impl Unpin for Expr

impl !UnwindSafe for Expr

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.