pub struct SSA;
Trait Implementations§
source§impl<'func, A, M> ExpressionHandler<'func, A, M, SSA> for LowLevelILExpression<'func, A, M, SSA, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
impl<'func, A, M> ExpressionHandler<'func, A, M, SSA> for LowLevelILExpression<'func, A, M, SSA, ValueExpr>where
A: 'func + Architecture,
M: FunctionMutability,
fn kind(&self) -> LowLevelILExpressionKind<'func, A, M, SSA>
fn visit_tree<T>(&self, f: &mut T) -> VisitorAction
source§impl<'func, A, M> InstructionHandler<'func, A, M, SSA> for LowLevelILInstruction<'func, A, M, SSA>where
A: 'func + Architecture,
M: FunctionMutability,
impl<'func, A, M> InstructionHandler<'func, A, M, SSA> for LowLevelILInstruction<'func, A, M, SSA>where
A: 'func + Architecture,
M: FunctionMutability,
fn kind(&self) -> LowLevelILInstructionKind<'func, A, M, SSA>
source§fn visit_tree<T>(&self, f: &mut T) -> VisitorAction
fn visit_tree<T>(&self, f: &mut T) -> VisitorAction
Visit the sub expressions of this instruction. Read more
impl Copy for SSA
impl FunctionForm for SSA
Auto Trait Implementations§
impl Freeze for SSA
impl RefUnwindSafe for SSA
impl Send for SSA
impl Sync for SSA
impl Unpin for SSA
impl UnwindSafe for SSA
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