Struct capstone::Detail [] [src]

pub struct Detail<'a>(_);

Contains extra information about an instruction such as register reads 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.