Type Alias PageIter4K
pub type PageIter4K<A> = PageIter<memory_addr::::PageIter4K::{constant#0}, A>;
Expand description
4K page size constant (4,096 bytes) and iterator type alias
A [PageIter
] for 4K pages.
Aliased Typeยง
struct PageIter4K<A> { /* private fields */ }