pub struct CacheManagerDeltaMpts<CacheAlgoDataT: CacheAlgoDataTrait, CacheAlgorithmT: CacheAlgorithm<CacheAlgoData = CacheAlgoDataT>> { /* private fields */ }
Implementations§
source§impl<CacheAlgoDataT: CacheAlgoDataTrait, CacheAlgorithmT: CacheAlgorithm<CacheAlgoData = CacheAlgoDataT, CacheIndex = (u16, u32)>> CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>
impl<CacheAlgoDataT: CacheAlgoDataTrait, CacheAlgorithmT: CacheAlgorithm<CacheAlgoData = CacheAlgoDataT, CacheIndex = (u16, u32)>> CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>
Trait Implementations§
source§impl<CacheAlgoDataT, CacheAlgorithmT> MallocSizeOf for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>where
CacheAlgoDataT: MallocSizeOf + CacheAlgoDataTrait,
CacheAlgorithmT: MallocSizeOf + CacheAlgorithm<CacheAlgoData = CacheAlgoDataT>,
impl<CacheAlgoDataT, CacheAlgorithmT> MallocSizeOf for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>where
CacheAlgoDataT: MallocSizeOf + CacheAlgoDataTrait,
CacheAlgorithmT: MallocSizeOf + CacheAlgorithm<CacheAlgoData = CacheAlgoDataT>,
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Auto Trait Implementations§
impl<CacheAlgoDataT, CacheAlgorithmT> RefUnwindSafe for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>where
CacheAlgoDataT: RefUnwindSafe,
CacheAlgorithmT: RefUnwindSafe,
impl<CacheAlgoDataT, CacheAlgorithmT> Send for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>
impl<CacheAlgoDataT, CacheAlgorithmT> Sync for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>
impl<CacheAlgoDataT, CacheAlgorithmT> Unpin for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>
impl<CacheAlgoDataT, CacheAlgorithmT> UnwindSafe for CacheManagerDeltaMpts<CacheAlgoDataT, CacheAlgorithmT>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more