Struct libcapstone_sys::Instructions [] [src]

pub struct Instructions { /* fields omitted */ }

Instructions represents a number of disassembled instructions.

Methods

impl Instructions
[src]

[src]

Returns true if there are no instructions. This actually will never be true but clippy wants there to be a is_empty method when there is a len method.

Important traits for PointerIter<'a, T>
[src]

Returns an PointerIter to iterate over all the instructions.

[src]

Returns the number of instructions owned by this struct.

Trait Implementations

impl Drop for Instructions
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Instructions

impl !Sync for Instructions