Struct capstone::Instructions [] [src]

pub struct Instructions<'a>(_);

Representation of the array of instructions returned by disasm

Methods

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

[src]

Get number of instructions

Important traits for InstructionIterator<'a>
[src]

Iterator over instructions

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Executes the destructor for this type. Read more

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

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