pub struct NonSSA;
Trait Implementations§
source§impl<'func, M> ExpressionHandler<'func, M, NonSSA> for LowLevelILExpression<'func, M, NonSSA, ValueExpr>where
M: FunctionMutability,
impl<'func, M> ExpressionHandler<'func, M, NonSSA> for LowLevelILExpression<'func, M, NonSSA, ValueExpr>where
M: FunctionMutability,
fn kind(&self) -> LowLevelILExpressionKind<'func, M, NonSSA>
fn visit_tree<T>(&self, f: &mut T) -> VisitorAction
source§impl<'func, M> InstructionHandler<'func, M, NonSSA> for LowLevelILInstruction<'func, M, NonSSA>where
M: FunctionMutability,
impl<'func, M> InstructionHandler<'func, M, NonSSA> for LowLevelILInstruction<'func, M, NonSSA>where
M: FunctionMutability,
fn kind(&self) -> LowLevelILInstructionKind<'func, M, NonSSA>
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 NonSSA
impl FunctionForm for NonSSA
Auto Trait Implementations§
impl Freeze for NonSSA
impl RefUnwindSafe for NonSSA
impl Send for NonSSA
impl Sync for NonSSA
impl Unpin for NonSSA
impl UnwindSafe for NonSSA
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