pub struct BinaryExpression<'func, M, F>(pub Expression<'func, M, F>, pub Expression<'func, M, F>)
where
M: FunctionMutability,
F: FunctionForm;
Tuple Fields§
§0: Expression<'func, M, F>
§1: Expression<'func, M, F>
Implementations§
Source§impl<'func, M, F> BinaryExpression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
impl<'func, M, F> BinaryExpression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
pub fn kinds( &self, ) -> (ExpressionKind<'func, M, F>, ExpressionKind<'func, M, F>)
pub fn inners( &self, ) -> (LowLevelILExpression<'func, M, F, ValueExpr>, LowLevelILExpression<'func, M, F, ValueExpr>)
Trait Implementations§
Source§impl<'func, M, F> Clone for BinaryExpression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
impl<'func, M, F> Clone for BinaryExpression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
Source§impl<'func, M, F> Debug for BinaryExpression<'func, M, F>
impl<'func, M, F> Debug for BinaryExpression<'func, M, F>
Source§impl<'func, M, F> From<Operation<'func, M, F, BinaryOp>> for BinaryExpression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
impl<'func, M, F> From<Operation<'func, M, F, BinaryOp>> for BinaryExpression<'func, M, F>where
M: FunctionMutability,
F: FunctionForm,
LowLevelILExpression<'func, M, F, ValueExpr>: ExpressionHandler<'func, M, F>,
Auto Trait Implementations§
impl<'func, M, F> Freeze for BinaryExpression<'func, M, F>
impl<'func, M, F> RefUnwindSafe for BinaryExpression<'func, M, F>where
M: RefUnwindSafe,
F: RefUnwindSafe,
impl<'func, M, F> Send for BinaryExpression<'func, M, F>
impl<'func, M, F> Sync for BinaryExpression<'func, M, F>
impl<'func, M, F> Unpin for BinaryExpression<'func, M, F>
impl<'func, M, F> UnwindSafe for BinaryExpression<'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