pub struct DisplayInst<'a>(/* private fields */);
Expand description
Object that can display an instruction.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DisplayInst<'a>
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