Enum vex_sys::IRStmtTag[][src]

#[repr(u32)]pub enum IRStmtTag {
    Ist_NoOp,
    Ist_IMark,
    Ist_AbiHint,
    Ist_Put,
    Ist_PutI,
    Ist_WrTmp,
    Ist_Store,
    Ist_LoadG,
    Ist_StoreG,
    Ist_CAS,
    Ist_LLSC,
    Ist_Dirty,
    Ist_MBE,
    Ist_Exit,
}

Variants

Ist_NoOp
Ist_IMark
Ist_AbiHint
Ist_Put
Ist_PutI
Ist_WrTmp
Ist_Store
Ist_LoadG
Ist_StoreG
Ist_CAS
Ist_LLSC
Ist_Dirty
Ist_MBE
Ist_Exit

Trait Implementations

impl Clone for IRStmtTag[src]

impl Copy for IRStmtTag[src]

impl Debug for IRStmtTag[src]

impl Eq for IRStmtTag[src]

impl Hash for IRStmtTag[src]

impl PartialEq<IRStmtTag> for IRStmtTag[src]

impl StructuralEq for IRStmtTag[src]

impl StructuralPartialEq for IRStmtTag[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.