pub struct BinaryOperationHandler;
Expand description
Handles identifier instructions.
Trait Implementations§
Source§impl OpcodeHandler for BinaryOperationHandler
impl OpcodeHandler for BinaryOperationHandler
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 BinaryOperationHandler
impl RefUnwindSafe for BinaryOperationHandler
impl Send for BinaryOperationHandler
impl Sync for BinaryOperationHandler
impl Unpin for BinaryOperationHandler
impl UnwindSafe for BinaryOperationHandler
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