#[repr(C)]pub struct MIR_insn {
pub data: *mut c_void,
pub insn_link: DLIST_LINK_MIR_insn_t,
pub code: MIR_insn_code_t_u32,
pub nops: u32,
pub ops: [MIR_op_t; 1],
}Fields§
§data: *mut c_void§insn_link: DLIST_LINK_MIR_insn_t§code: MIR_insn_code_t_u32§nops: u32§ops: [MIR_op_t; 1]Auto Trait Implementations§
impl Freeze for MIR_insn
impl RefUnwindSafe for MIR_insn
impl !Send for MIR_insn
impl !Sync for MIR_insn
impl Unpin for MIR_insn
impl UnwindSafe for MIR_insn
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