pub struct NopHandler;
Expand description
Handles instructions that are not useful to our decompiler.
Trait Implementations§
Source§impl OpcodeHandler for NopHandler
impl OpcodeHandler for NopHandler
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 NopHandler
impl RefUnwindSafe for NopHandler
impl Send for NopHandler
impl Sync for NopHandler
impl Unpin for NopHandler
impl UnwindSafe for NopHandler
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