Struct cranelift_isle::ir::ReturnExpr
source · pub struct ReturnExpr { /* private fields */ }
Expand description
Used as an intermediate representation of expressions in the RuleVisitor implementation for PatternSequence.
Auto Trait Implementations
impl RefUnwindSafe for ReturnExpr
impl Send for ReturnExpr
impl Sync for ReturnExpr
impl Unpin for ReturnExpr
impl UnwindSafe for ReturnExpr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more