Struct capstone::Detail [] [src]

pub struct Detail<'a>(_);

A wrapper for the raw capstone-sys detail struct, which contains register information in addition to architecture specific information

Methods

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

[src]

Returns the implicit read registers

[src]

Returns the number of implicit read registers

[src]

Returns the implicit write registers

[src]

Returns the number of implicit write registers

[src]

Returns the groups to which this instruction belongs

[src]

Returns the number groups to which this instruction belongs

Trait Implementations

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

[src]

Formats the value using the given formatter.