Struct puffin::fuzzer::FuzzerConfig

source ·
pub struct FuzzerConfig {
Show 14 fields pub initial_corpus_dir: PathBuf, pub static_seed: Option<u64>, pub max_iters: Option<u64>, pub core_definition: String, pub stats_file: PathBuf, pub corpus_dir: PathBuf, pub objective_dir: PathBuf, pub broker_port: u16, pub minimizer: bool, pub mutation_stage_config: MutationStageConfig, pub mutation_config: MutationConfig, pub tui: bool, pub no_launcher: bool, pub log_file: PathBuf,
}

Fields§

§initial_corpus_dir: PathBuf§static_seed: Option<u64>§max_iters: Option<u64>§core_definition: String§stats_file: PathBuf§corpus_dir: PathBuf§objective_dir: PathBuf§broker_port: u16§minimizer: bool§mutation_stage_config: MutationStageConfig§mutation_config: MutationConfig§tui: bool§no_launcher: bool§log_file: PathBuf

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The Resulting [TupleList], of an [Prepend::prepend()] call, including the prepended entry.
Prepend a value to this tuple, returning a new tuple with prepended value.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.