Struct cyfs_bdt::ndn::HistorySpeedConfig
source · pub struct HistorySpeedConfig {
pub attenuation: f64,
pub atomic: Duration,
pub expire: Duration,
}Fields§
§attenuation: f64§atomic: Duration§expire: DurationTrait Implementations§
source§impl Clone for HistorySpeedConfig
impl Clone for HistorySpeedConfig
source§fn clone(&self) -> HistorySpeedConfig
fn clone(&self) -> HistorySpeedConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more