pub struct CseResult {
pub optimized_expr: TLExpr,
pub eliminated_count: usize,
}Expand description
CSE result containing optimized expression and statistics
Fields§
§optimized_expr: TLExpr§eliminated_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CseResult
impl RefUnwindSafe for CseResult
impl Send for CseResult
impl Sync for CseResult
impl Unpin for CseResult
impl UnwindSafe for CseResult
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