pub struct InstrumentedCC {
pub cc: CongruenceClosure,
pub stats: CongrClosureStats,
}Expand description
A congruence closure augmented with statistics collection.
Fields§
§cc: CongruenceClosureInner closure.
stats: CongrClosureStatsCollected statistics.
Implementations§
Source§impl InstrumentedCC
impl InstrumentedCC
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstrumentedCC
impl RefUnwindSafe for InstrumentedCC
impl Send for InstrumentedCC
impl Sync for InstrumentedCC
impl Unpin for InstrumentedCC
impl UnsafeUnpin for InstrumentedCC
impl UnwindSafe for InstrumentedCC
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