pub struct BasicInterval<'tcx, T: IntervalArithmetic + ConstConvert + Debug> {
pub range: Range<T>,
pub lower: SymbExpr<'tcx>,
pub upper: SymbExpr<'tcx>,
}Fields§
§range: Range<T>§lower: SymbExpr<'tcx>§upper: SymbExpr<'tcx>Implementations§
Trait Implementations§
Source§impl<'tcx, T: Clone + IntervalArithmetic + ConstConvert + Debug> Clone for BasicInterval<'tcx, T>
impl<'tcx, T: Clone + IntervalArithmetic + ConstConvert + Debug> Clone for BasicInterval<'tcx, T>
Source§fn clone(&self) -> BasicInterval<'tcx, T>
fn clone(&self) -> BasicInterval<'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 BasicInterval<'tcx, T>
impl<'tcx, T: Debug + IntervalArithmetic + ConstConvert + Debug> Debug for BasicInterval<'tcx, T>
Source§impl<'tcx, T: IntervalArithmetic + ConstConvert + Debug> IntervalTypeTrait<'tcx, T> for BasicInterval<'tcx, T>
impl<'tcx, T: IntervalArithmetic + ConstConvert + Debug> IntervalTypeTrait<'tcx, T> for BasicInterval<'tcx, T>
Auto Trait Implementations§
impl<'tcx, T> Freeze for BasicInterval<'tcx, T>where
T: Freeze,
impl<'tcx, T> !RefUnwindSafe for BasicInterval<'tcx, T>
impl<'tcx, T> Send for BasicInterval<'tcx, T>where
T: Send,
impl<'tcx, T> Sync for BasicInterval<'tcx, T>where
T: Sync,
impl<'tcx, T> Unpin for BasicInterval<'tcx, T>where
T: Unpin,
impl<'tcx, T> !UnwindSafe for BasicInterval<'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