pub struct CoverageBitmap { /* private fields */ }Expand description
Per-timeline coverage bitmap, cleared before each split.
Tracks which assertion paths were hit during this timeline’s execution.
After the timeline finishes, the parent merges this into the ExploredMap.
Implementations§
Source§impl CoverageBitmap
impl CoverageBitmap
Auto Trait Implementations§
impl Freeze for CoverageBitmap
impl RefUnwindSafe for CoverageBitmap
impl !Send for CoverageBitmap
impl !Sync for CoverageBitmap
impl Unpin for CoverageBitmap
impl UnsafeUnpin for CoverageBitmap
impl UnwindSafe for CoverageBitmap
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