Home
last modified time | relevance | path

Searched defs:VecCache (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/disk/src/qcow/
Dvec_cache.rs20 pub struct VecCache<T: 'static + Copy + Default> { struct
25 impl<T: 'static + Copy + Default> VecCache<T> { argument
65 impl<T: 'static + Copy + Default> Cacheable for VecCache<T> { implementation
71 impl<T: 'static + Copy + Default> Index<usize> for VecCache<T> { implementation
79 impl<T: 'static + Copy + Default> IndexMut<usize> for VecCache<T> { implementation