Struct capstone::Insn[][src]

pub struct Insn<'a> { /* fields omitted */ }

A wrapper for the raw capstone-sys instruction

Methods

impl<'a> Insn<'a>
[src]

The mnemonic for the instruction

The operand string associated with the instruction

Access instruction id

Instruction address

Important traits for &'a [u8]

Byte-level representation of the instruction

Trait Implementations

impl<'a> Debug for Insn<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Insn<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Insn<'a>

impl<'a> !Sync for Insn<'a>