pub struct Expression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,{
pub inner: LowLevelILExpression<'func, M, F, ValueExpr>,
pub kind: ExpressionKind<'func, M, F>,
}
Fields§
§inner: LowLevelILExpression<'func, M, F, ValueExpr>
§kind: ExpressionKind<'func, M, F>
Trait Implementations§
Source§impl<'func, M, F> Clone for Expression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
impl<'func, M, F> Clone for Expression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
Source§impl<'func, M, F> Debug for Expression<'func, M, F>
impl<'func, M, F> Debug for Expression<'func, M, F>
Source§impl<'func, M, F> From<LowLevelILExpression<'func, M, F, ValueExpr>> for Expression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
impl<'func, M, F> From<LowLevelILExpression<'func, M, F, ValueExpr>> for Expression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
Source§fn from(expr: LowLevelILExpression<'func, M, F, ValueExpr>) -> Self
fn from(expr: LowLevelILExpression<'func, M, F, ValueExpr>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'func, M, F> Freeze for Expression<'func, M, F>
impl<'func, M, F> RefUnwindSafe for Expression<'func, M, F>where
M: RefUnwindSafe,
F: RefUnwindSafe,
impl<'func, M, F> Send for Expression<'func, M, F>
impl<'func, M, F> Sync for Expression<'func, M, F>
impl<'func, M, F> Unpin for Expression<'func, M, F>
impl<'func, M, F> UnwindSafe for Expression<'func, M, F>where
M: RefUnwindSafe,
F: 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