Struct puffin::fuzzer::stats_monitor::IntrospectFeatures
source · struct IntrospectFeatures {
get_input_from_corpus: f32,
mutate: f32,
mutate_post_exec: f32,
target_execution: f32,
pre_exec: f32,
post_exec: f32,
pre_exec_observers: f32,
post_exec_observers: f32,
get_feedback_interesting_all: f32,
get_objectives_interesting_all: f32,
}
Fields§
§get_input_from_corpus: f32
§mutate: f32
§mutate_post_exec: f32
§target_execution: f32
§pre_exec: f32
§post_exec: f32
§pre_exec_observers: f32
§post_exec_observers: f32
§get_feedback_interesting_all: f32
§get_objectives_interesting_all: f32
Implementations§
Trait Implementations§
source§impl Default for IntrospectFeatures
impl Default for IntrospectFeatures
Auto Trait Implementations§
impl Freeze for IntrospectFeatures
impl RefUnwindSafe for IntrospectFeatures
impl Send for IntrospectFeatures
impl Sync for IntrospectFeatures
impl Unpin for IntrospectFeatures
impl UnwindSafe for IntrospectFeatures
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.