Struct cranelift_codegen::ir::dfg::Insts
source · pub struct Insts(_);
Expand description
Storage for instructions within the DFG.
Trait Implementations§
source§impl Index<Inst> for Insts
impl Index<Inst> for Insts
Allow immutable access to instructions via indexing.
§type Output = InstructionData
type Output = InstructionData
The returned type after indexing.
source§impl PartialEq<Insts> for Insts
impl PartialEq<Insts> for Insts
impl StructuralPartialEq for Insts
Auto Trait Implementations§
impl RefUnwindSafe for Insts
impl Send for Insts
impl Sync for Insts
impl Unpin for Insts
impl UnwindSafe for Insts
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