[][src]Struct sqlite3_native::VdbeOp

#[repr(C)]pub struct VdbeOp {
    pub opcode: u8_0,
    pub p4type: c_schar,
    pub p5: u16_0,
    pub p1: c_int,
    pub p2: c_int,
    pub p3: c_int,
    pub p4: p4union,
}

Fields

opcode: u8_0p4type: c_scharp5: u16_0p1: c_intp2: c_intp3: c_intp4: p4union

Trait Implementations

impl Clone for VdbeOp[src]

impl Copy for VdbeOp[src]

Auto Trait Implementations

impl !RefUnwindSafe for VdbeOp

impl !Send for VdbeOp

impl !Sync for VdbeOp

impl Unpin for VdbeOp

impl !UnwindSafe for VdbeOp

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.