Struct puffin::fuzzer::stats_monitor::CoverageStatistics
source · struct CoverageStatistics {
hit: u64,
max: u64,
}
Fields§
§hit: u64
§max: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CoverageStatistics
impl RefUnwindSafe for CoverageStatistics
impl Send for CoverageStatistics
impl Sync for CoverageStatistics
impl Unpin for CoverageStatistics
impl UnwindSafe for CoverageStatistics
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.