Module operands

Module operands 

Modules§

immediate
memory
pc_relative
register

Structs§

Immediate
This structure represents an immediate operand.
Memory
This structure represents a memory operand.
PCRelative
This structure represents a RIP/EIP-relative operand.
Register
This structure represents a register operand.
Unknown

Enums§

Operands
This enum represents the different kind of operands associated with super::Instruction

Traits§

Operand
Trait shared by all Operands