pub struct ConcretizationFunction { /* private fields */ }Expand description
The concretization function: set of integers represented by an abstract value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConcretizationFunction
impl !RefUnwindSafe for ConcretizationFunction
impl !Send for ConcretizationFunction
impl !Sync for ConcretizationFunction
impl Unpin for ConcretizationFunction
impl UnsafeUnpin for ConcretizationFunction
impl !UnwindSafe for ConcretizationFunction
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