Struct rd_agent_intf::cmd::HashdCmd [−][src]
pub struct HashdCmd {
pub active: bool,
pub lat_target_pct: f64,
pub lat_target: f64,
pub rps_target_ratio: f64,
pub mem_ratio: Option<f64>,
pub file_addr_stdev: Option<f64>,
pub anon_addr_stdev: Option<f64>,
pub file_ratio: f64,
pub file_max_ratio: f64,
pub log_bps: u64,
pub weight: f64,
}Fields
active: boollat_target_pct: f64lat_target: f64rps_target_ratio: f64mem_ratio: Option<f64>file_addr_stdev: Option<f64>anon_addr_stdev: Option<f64>file_ratio: f64file_max_ratio: f64log_bps: u64weight: f64Trait 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
Auto Trait Implementations
impl RefUnwindSafe for HashdCmdimpl UnwindSafe for HashdCmdBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V