Struct binaryninja::llil::Instruction
[−]pub struct Instruction<'func, A, M, F>where
A: 'func + Architecture,
M: FunctionMutability,
F: FunctionForm,{ /* private fields */ }
Implementations
impl<'func, A, M, V> Instruction<'func, A, M, NonSSA<V>>where
A: 'func + Architecture,
M: FunctionMutability,
V: NonSSAVariant,
impl<'func, A, M, V> Instruction<'func, A, M, NonSSA<V>>where
A: 'func + Architecture,
M: FunctionMutability,
V: NonSSAVariant,
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more