Struct capstone::InsnDetail[][src]

pub struct InsnDetail<'a>(_, _);
Expand description

Contains architecture-independent details about an instruction, such as register reads.

To get additional architecture-specific information, use the arch_detail() method to get an ArchDetail enum.

Implementations

Returns the implicit read registers

Returns the number of implicit read registers

Returns the implicit write registers

Returns the number of implicit write registers

Returns the groups to which this instruction belongs

Returns the number groups to which this instruction belongs

Architecture-specific detail

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.