pub struct InsnPrinter<W> { /* private fields */ }Implementations§
Source§impl<W> InsnPrinter<W>
impl<W> InsnPrinter<W>
Source§impl<W: Write> InsnPrinter<W>
impl<W: Write> InsnPrinter<W>
pub fn write_insn(&mut self, insn: &X86Instruction) -> Result
Trait Implementations§
Source§impl<W> DerefMut for InsnPrinter<W>
impl<W> DerefMut for InsnPrinter<W>
Auto Trait Implementations§
impl<W> Freeze for InsnPrinter<W>where
W: Freeze,
impl<W> RefUnwindSafe for InsnPrinter<W>where
W: RefUnwindSafe,
impl<W> Send for InsnPrinter<W>where
W: Send,
impl<W> Sync for InsnPrinter<W>where
W: Sync,
impl<W> Unpin for InsnPrinter<W>where
W: Unpin,
impl<W> UnwindSafe for InsnPrinter<W>where
W: 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