[][src]Union sqlite3_native::YYMINORTYPE

#[repr(C)]pub union YYMINORTYPE {
    pub yyinit: c_int,
    pub yy0: Token,
    pub yy47: *mut SrcList,
    pub yy58: u8_0,
    pub yy77: FrameBound,
    pub yy131: *mut With,
    pub yy192: c_int,
    pub yy202: *mut Expr,
    pub yy207: C2RustUnnamed_18,
    pub yy230: TrigEvent,
    pub yy242: *mut ExprList,
    pub yy303: *mut Window,
    pub yy318: *mut Upsert,
    pub yy436: *const c_char,
    pub yy447: *mut TriggerStep,
    pub yy539: *mut Select,
    pub yy600: *mut IdList,
}

Fields

yyinit: c_intyy0: Tokenyy47: *mut SrcListyy58: u8_0yy77: FrameBoundyy131: *mut Withyy192: c_intyy202: *mut Expryy207: C2RustUnnamed_18yy230: TrigEventyy242: *mut ExprListyy303: *mut Windowyy318: *mut Upsertyy436: *const c_charyy447: *mut TriggerStepyy539: *mut Selectyy600: *mut IdList

Trait Implementations

impl Clone for YYMINORTYPE[src]

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