pub struct InstructionStatement<'a, 'str, 'ctx, R = ModuleView<'ctx, 'str>>(/* private fields */);Expand description
A formattable wrapper around an instruction reference, which formats the instruction as a string with its mnemonic and operands.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'str, 'ctx, R> Freeze for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: Freeze,
impl<'a, 'str, 'ctx, R> RefUnwindSafe for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: RefUnwindSafe,
impl<'a, 'str, 'ctx, R> Send for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: Send,
impl<'a, 'str, 'ctx, R> Sync for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: Sync,
impl<'a, 'str, 'ctx, R> Unpin for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: Unpin,
impl<'a, 'str, 'ctx, R> UnsafeUnpin for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: UnsafeUnpin,
impl<'a, 'str, 'ctx, R> UnwindSafe for InstructionStatement<'a, 'str, 'ctx, R>where
&'a InstructionRef<'str, 'ctx, R>: UnwindSafe,
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