Struct frida_gum::stalker::Instruction
source · pub struct Instruction<'a> { /* private fields */ }
Implementations§
source§impl<'a> Instruction<'a>
impl<'a> Instruction<'a>
pub fn keep(&self)
pub fn put_callout(&self, callout: impl FnMut(CpuContext<'_>))
pub fn instr(&self) -> &Insn
Auto Trait Implementations§
impl<'a> Freeze for Instruction<'a>
impl<'a> RefUnwindSafe for Instruction<'a>
impl<'a> !Send for Instruction<'a>
impl<'a> !Sync for Instruction<'a>
impl<'a> Unpin for Instruction<'a>
impl<'a> UnwindSafe for Instruction<'a>
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