Struct capstone::Instructions[][src]

pub struct Instructions<'a>(_);

Representation of the array of instructions returned by disasm

Methods

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

Get number of instructions

Important traits for InstructionIterator<'a>

Iterator over instructions

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> Drop for Instructions<'a>
[src]

Executes the destructor for this type. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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