[][src]Struct capstone::Instructions

pub struct Instructions<'a>(_);

Representation of the array of instructions returned by disasm

Methods

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

pub fn len(&self) -> usize[src]

Get number of instructions

Important traits for InstructionIterator<'a>
pub fn iter(&'a self) -> InstructionIterator<'a>[src]

Iterator over instructions

pub fn is_empty(&self) -> bool[src]

Trait Implementations

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

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

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

Auto Trait Implementations

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

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

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.