Struct rd_hashd_intf::args::Args[][src]

pub struct Args {
Show 26 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: u32

Implementations

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

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.