Type Alias rydis::DecodedInstructionOperands
source · pub type DecodedInstructionOperands = ArrayVec<DecodedOperand, MAX_OPERANDS_AMOUNT>;Expand description
an array of operands of a decoded instruction.
Aliased Type§
struct DecodedInstructionOperands { /* private fields */ }