Enum vtil_parser::Operand [−][src]
pub enum Operand {
Imm(ImmediateDesc),
Reg(RegisterDesc),
}VTIL instruction operand
Variants
Imm(ImmediateDesc)Immediate operand containing a sized immediate value
Reg(RegisterDesc)Register operand containing a register description
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operand
impl RefUnwindSafe for Operandimpl UnwindSafe for Operand
impl UnwindSafe for Operand