Skip to main content

PagePointersCache

Trait PagePointersCache 

Source
pub trait PagePointersCache: SealedPagePointersCache { }
Expand description

A cache that caches which parts of the pages are written to already

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl PagePointersCache for HeapPagePointers

Available on crate feature alloc only.
Source§

impl PagePointersCache for Uncached

Source§

impl<const PAGE_COUNT: usize> PagePointersCache for ArrayPagePointers<PAGE_COUNT>