pub struct Insts(/* private fields */);
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.
Source§type Output = InstructionData
type Output = InstructionData
The returned type after indexing.
impl StructuralPartialEq for Insts
Auto Trait Implementations§
impl Freeze for Insts
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