Struct binaryninja::llil::Instruction
source · pub struct Instruction<'func, A, M, F>{ /* private fields */ }
Implementations§
source§impl<'func, A, M, V> Instruction<'func, A, M, NonSSA<V>>
impl<'func, A, M, V> Instruction<'func, A, M, NonSSA<V>>
pub fn address(&self) -> u64
pub fn info(&self) -> InstrInfo<'func, A, M, NonSSA<V>>
pub fn visit_tree<F>(&self, f: &mut F) -> VisitorActionwhere
F: FnMut(&Expression<'func, A, M, NonSSA<V>, ValueExpr>, &ExprInfo<'func, A, M, NonSSA<V>>) -> VisitorAction,
Auto Trait Implementations§
impl<'func, A, M, F> RefUnwindSafe for Instruction<'func, A, M, F>where
A: RefUnwindSafe,
F: RefUnwindSafe,
M: RefUnwindSafe,
<A as Architecture>::Handle: RefUnwindSafe,
impl<'func, A, M, F> Send for Instruction<'func, A, M, F>
impl<'func, A, M, F> Sync for Instruction<'func, A, M, F>
impl<'func, A, M, F> Unpin for Instruction<'func, A, M, F>
impl<'func, A, M, F> UnwindSafe for Instruction<'func, A, M, F>where
A: RefUnwindSafe,
F: RefUnwindSafe,
M: RefUnwindSafe,
<A as Architecture>::Handle: RefUnwindSafe,
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