Struct rd_hashd_intf::args::Args [−][src]
pub struct Args {Show fields
pub testfiles: Option<String>,
pub size: u64,
pub file_max_frac: f64,
pub compressibility: f64,
pub params: Option<String>,
pub report: Option<String>,
pub log_dir: Option<String>,
pub log_size: u64,
pub interval: u32,
pub rotational: Option<bool>,
pub keep_cache: bool,
pub clear_testfiles: bool,
pub prepare_testfiles: bool,
pub prepare_and_exit: bool,
pub bench_cpu_single: bool,
pub bench_cpu: bool,
pub bench_mem: bool,
pub bench_test: bool,
pub bench_grain: f64,
pub bench_fake_cpu_load: bool,
pub bench_hash_size: Option<usize>,
pub bench_chunk_pages: Option<usize>,
pub bench_rps_max: Option<u32>,
pub bench_log_bps: u64,
pub bench_file_frac: Option<f64>,
pub verbosity: u32,
// some fields omitted
}Fields
testfiles: Option<String>size: u64file_max_frac: f64compressibility: f64params: Option<String>report: Option<String>log_dir: Option<String>log_size: u64interval: u32rotational: Option<bool>keep_cache: boolclear_testfiles: boolprepare_testfiles: boolprepare_and_exit: boolbench_cpu_single: boolbench_cpu: boolbench_mem: boolbench_test: boolbench_grain: f64bench_fake_cpu_load: boolbench_hash_size: Option<usize>bench_chunk_pages: Option<usize>bench_rps_max: Option<u32>bench_log_bps: u64bench_file_frac: Option<f64>verbosity: u32Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
fn system_configuration_overrides(
matches: &ArgMatches<'_>
) -> (Option<usize>, Option<usize>, Option<usize>)Auto Trait Implementations
impl RefUnwindSafe for Argsimpl UnwindSafe for ArgsBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V