pub struct SymbInterval<'tcx, T: IntervalArithmetic + ConstConvert + Debug> {
range: Range<T>,
symbound: &'tcx Place<'tcx>,
predicate: BinOp,
lower: SymbExpr<'tcx>,
upper: SymbExpr<'tcx>,
}Fields§
§range: Range<T>§symbound: &'tcx Place<'tcx>§predicate: BinOp§lower: SymbExpr<'tcx>§upper: SymbExpr<'tcx>Implementations§
Source§impl<'tcx, T: IntervalArithmetic + ConstConvert + Debug> SymbInterval<'tcx, T>
impl<'tcx, T: IntervalArithmetic + ConstConvert + Debug> SymbInterval<'tcx, T>
Trait Implementations§
Source§impl<'tcx, T: Clone + IntervalArithmetic + ConstConvert + Debug> Clone for SymbInterval<'tcx, T>
impl<'tcx, T: Clone + IntervalArithmetic + ConstConvert + Debug> Clone for SymbInterval<'tcx, T>
Source§fn clone(&self) -> SymbInterval<'tcx, T>
fn clone(&self) -> SymbInterval<'tcx, T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tcx, T: Debug + IntervalArithmetic + ConstConvert + Debug> Debug for SymbInterval<'tcx, T>
impl<'tcx, T: Debug + IntervalArithmetic + ConstConvert + Debug> Debug for SymbInterval<'tcx, T>
Source§impl<'tcx, T: IntervalArithmetic + ConstConvert + Debug> IntervalTypeTrait<'tcx, T> for SymbInterval<'tcx, T>
impl<'tcx, T: IntervalArithmetic + ConstConvert + Debug> IntervalTypeTrait<'tcx, T> for SymbInterval<'tcx, T>
Auto Trait Implementations§
impl<'tcx, T> Freeze for SymbInterval<'tcx, T>where
T: Freeze,
impl<'tcx, T> !RefUnwindSafe for SymbInterval<'tcx, T>
impl<'tcx, T> Send for SymbInterval<'tcx, T>where
T: Send,
impl<'tcx, T> Sync for SymbInterval<'tcx, T>where
T: Sync,
impl<'tcx, T> Unpin for SymbInterval<'tcx, T>where
T: Unpin,
impl<'tcx, T> !UnwindSafe for SymbInterval<'tcx, T>
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