#[repr(C)]pub struct IRICB {Show 14 fields
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 shift_amount_is_immediate: Bool,
}
Fields§
§op: IROp
§result: HWord
§opnd1: HWord
§opnd2: HWord
§opnd3: HWord
§opnd4: HWord
§t_result: IRType
§t_opnd1: IRType
§t_opnd2: IRType
§t_opnd3: IRType
§t_opnd4: IRType
§rounding_mode: UInt
§num_operands: UInt
§shift_amount_is_immediate: Bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRICB
impl RefUnwindSafe for IRICB
impl Send for IRICB
impl Sync for IRICB
impl Unpin for IRICB
impl UnwindSafe for IRICB
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more