Struct capstone::Insn [] [src]

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

A wrapper for the raw capstone-sys instruction

Methods

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

[src]

The mnemonic for the instruction

[src]

The operand string associated with the instruction

[src]

Access instruction id

[src]

Instruction address

Important traits for &'a mut [u8]
[src]

Byte-level representation of the instruction

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[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>