Enum capstone::arch::ArchOperand [−][src]
pub enum ArchOperand { ArmOperand(ArmOperand), Arm64Operand(Arm64Operand), EvmOperand(EvmOperand), M680xOperand(M680xOperand), M68kOperand(M68kOperand), MipsOperand(MipsOperand), PpcOperand(PpcOperand), RiscVOperand(RiscVOperand), SparcOperand(SparcOperand), Tms320c64xOperand(Tms320c64xOperand), X86Operand(X86Operand), XcoreOperand(XcoreOperand), }
Expand description
Architecture-independent enum of operands
Variants
ArmOperand(ArmOperand)
Arm64Operand(Arm64Operand)
EvmOperand(EvmOperand)
M680xOperand(M680xOperand)
M68kOperand(M68kOperand)
MipsOperand(MipsOperand)
PpcOperand(PpcOperand)
RiscVOperand(RiscVOperand)
SparcOperand(SparcOperand)
Tms320c64xOperand(Tms320c64xOperand)
X86Operand(X86Operand)
XcoreOperand(XcoreOperand)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more