Enum vex_sys::IRType[][src]

#[repr(u32)]pub enum IRType {
    Ity_INVALID,
    Ity_I1,
    Ity_I8,
    Ity_I16,
    Ity_I32,
    Ity_I64,
    Ity_I128,
    Ity_F16,
    Ity_F32,
    Ity_F64,
    Ity_D32,
    Ity_D64,
    Ity_D128,
    Ity_F128,
    Ity_V128,
    Ity_V256,
}

Variants

Ity_INVALID
Ity_I1
Ity_I8
Ity_I16
Ity_I32
Ity_I64
Ity_I128
Ity_F16
Ity_F32
Ity_F64
Ity_D32
Ity_D64
Ity_D128
Ity_F128
Ity_V128
Ity_V256

Trait Implementations

impl Clone for IRType[src]

impl Copy for IRType[src]

impl Debug for IRType[src]

impl Eq for IRType[src]

impl Hash for IRType[src]

impl PartialEq<IRType> for IRType[src]

impl StructuralEq for IRType[src]

impl StructuralPartialEq for IRType[src]

Auto Trait Implementations

impl RefUnwindSafe for IRType

impl Send for IRType

impl Sync for IRType

impl Unpin for IRType

impl UnwindSafe for IRType

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.