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