Struct cranelift_codegen::ir::dfg::DisplayInst
source · pub struct DisplayInst<'a>(_, _);
Expand description
Object that can display an instruction.
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DisplayInst<'a>
impl<'a> Send for DisplayInst<'a>
impl<'a> Sync for DisplayInst<'a>
impl<'a> Unpin for DisplayInst<'a>
impl<'a> UnwindSafe for DisplayInst<'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