Struct cyfs_bdt::ndn::RawCacheConfig
source · pub struct RawCacheConfig {
pub mem_capacity: usize,
pub tmp_dir: PathBuf,
}Fields§
§mem_capacity: usize§tmp_dir: PathBufTrait Implementations§
source§impl Clone for RawCacheConfig
impl Clone for RawCacheConfig
source§fn clone(&self) -> RawCacheConfig
fn clone(&self) -> RawCacheConfig
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