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