Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dvec_cache.rs21 pub struct VecCache<T: 'static + Copy + Default> { struct
26 impl<T: 'static + Copy + Default> VecCache<T> { impl
66 impl<T: 'static + Copy + Default> Cacheable for VecCache<T> { implementation
72 impl<T: 'static + Copy + Default> Index<usize> for VecCache<T> { implementation
80 impl<T: 'static + Copy + Default> IndexMut<usize> for VecCache<T> { implementation