pub struct DfgInstructionContext<'a>(/* private fields */);
Expand description
Since InstructionContext is likely used within a Cranelift context in which a [DataFlowGraph] is available, a default implementation is provided–DfgInstructionContext.
Implementations§
Source§impl<'a> DfgInstructionContext<'a>
impl<'a> DfgInstructionContext<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DfgInstructionContext<'a>
impl<'a> RefUnwindSafe for DfgInstructionContext<'a>
impl<'a> Send for DfgInstructionContext<'a>
impl<'a> Sync for DfgInstructionContext<'a>
impl<'a> Unpin for DfgInstructionContext<'a>
impl<'a> UnwindSafe for DfgInstructionContext<'a>
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