Struct capstone::Insn [] [src]

pub struct Insn(_);

A wrapper for the raw capstone-sys instruction

Methods

impl Insn
[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 Debug for Insn
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Insn
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Insn

impl !Sync for Insn