Searched defs:VecCache (Results 1 – 1 of 1) sorted by relevance
21 pub struct VecCache<T: 'static + Copy + Default> { struct26 impl<T: 'static + Copy + Default> VecCache<T> { impl66 impl<T: 'static + Copy + Default> Cacheable for VecCache<T> { implementation72 impl<T: 'static + Copy + Default> Index<usize> for VecCache<T> { implementation80 impl<T: 'static + Copy + Default> IndexMut<usize> for VecCache<T> { implementation