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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more