Struct rd_agent_intf::bench::HashdKnobs [−][src]
pub struct HashdKnobs {
pub hash_size: usize,
pub rps_max: u32,
pub mem_size: u64,
pub mem_frac: f64,
pub chunk_pages: usize,
pub fake_cpu_load: bool,
}Fields
hash_size: usizerps_max: u32mem_size: u64mem_frac: f64chunk_pages: usizefake_cpu_load: boolImplementations
Trait Implementations
Returns the “default value” for a type. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for HashdKnobs
impl Send for HashdKnobs
impl Sync for HashdKnobs
impl Unpin for HashdKnobs
impl UnwindSafe for HashdKnobs
Blanket Implementations
Mutably borrows from an owned value. Read more