pub struct OwnedInsn<'a> { /* private fields */ }Expand description
A single disassembled CPU instruction that lives on the Rust heap.
§Detail
To learn how to get more instruction details, see InsnDetail.
Methods from Deref<Target = Insn<'a>>§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OwnedInsn<'a>
impl<'a> RefUnwindSafe for OwnedInsn<'a>
impl<'a> !Send for OwnedInsn<'a>
impl<'a> !Sync for OwnedInsn<'a>
impl<'a> Unpin for OwnedInsn<'a>
impl<'a> UnwindSafe for OwnedInsn<'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