pub struct VariableOperandHandler;
Expand description
Handles other instructions.
Trait Implementations§
Source§impl OpcodeHandler for VariableOperandHandler
impl OpcodeHandler for VariableOperandHandler
Source§fn handle_instruction(
&self,
context: &mut FunctionDecompilerContext,
instruction: &Instruction,
) -> Result<ProcessedInstruction, FunctionDecompilerError>
fn handle_instruction( &self, context: &mut FunctionDecompilerContext, instruction: &Instruction, ) -> Result<ProcessedInstruction, FunctionDecompilerError>
Handles the given instruction. Read more
Auto Trait Implementations§
impl Freeze for VariableOperandHandler
impl RefUnwindSafe for VariableOperandHandler
impl Send for VariableOperandHandler
impl Sync for VariableOperandHandler
impl Unpin for VariableOperandHandler
impl UnwindSafe for VariableOperandHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more