Struct capstone::Instructions [] [src]

pub struct Instructions { /* fields omitted */ }

Representation of the array of instructions returned by disasm

Methods

impl Instructions
[src]

[src]

Get number of instructions

Important traits for InstructionIterator<'a>
[src]

Iterator over instructions

[src]

Trait Implementations

impl Debug for Instructions
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Instructions
[src]

[src]

Executes the destructor for this type. Read more

impl Display for Instructions
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Instructions

impl !Sync for Instructions