pub struct ValueInterner { /* private fields */ }Expand description
Ensures that each bit vector value gets a unique index. And each combination of value and width will get a unique BitVecValueIndex
Implementations§
Source§impl ValueInterner
impl ValueInterner
Trait Implementations§
Source§impl Clone for ValueInterner
impl Clone for ValueInterner
Source§fn clone(&self) -> ValueInterner
fn clone(&self) -> ValueInterner
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 Debug for ValueInterner
impl Debug for ValueInterner
Auto Trait Implementations§
impl Freeze for ValueInterner
impl RefUnwindSafe for ValueInterner
impl Send for ValueInterner
impl Sync for ValueInterner
impl Unpin for ValueInterner
impl UnwindSafe for ValueInterner
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