Struct vex_sys::IRICB[][src]

#[repr(C)]pub struct IRICB {
    pub op: IROp,
    pub result: HWord,
    pub opnd1: HWord,
    pub opnd2: HWord,
    pub opnd3: HWord,
    pub opnd4: HWord,
    pub t_result: IRType,
    pub t_opnd1: IRType,
    pub t_opnd2: IRType,
    pub t_opnd3: IRType,
    pub t_opnd4: IRType,
    pub rounding_mode: UInt,
    pub num_operands: UInt,
    pub immediate_type: UInt,
    pub immediate_index: UInt,
}

Fields

op: IROpresult: HWordopnd1: HWordopnd2: HWordopnd3: HWordopnd4: HWordt_result: IRTypet_opnd1: IRTypet_opnd2: IRTypet_opnd3: IRTypet_opnd4: IRTyperounding_mode: UIntnum_operands: UIntimmediate_type: UIntimmediate_index: UInt

Trait Implementations

impl Clone for IRICB[src]

impl Copy for IRICB[src]

impl Debug for IRICB[src]

Auto Trait Implementations

impl RefUnwindSafe for IRICB

impl Send for IRICB

impl Sync for IRICB

impl Unpin for IRICB

impl UnwindSafe for IRICB

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.