Struct cranelift_codegen::ir::dfg::DisplayInst [−][src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more