☰
MapperExt
Associated Types
Frame
Page
Implementors
In riscv::paging
?
Trait
riscv
::
paging
::
MapperExt
source
·
[
−
]
pub trait MapperExt { type
Page
; type
Frame
; }
Associated Types
source
type
Page
source
type
Frame
Implementors
source
impl<T:
Mapper
>
MapperExt
for T
type
Page
=
PageWith
<<T as
Mapper
>::
V
>
type
Frame
=
FrameWith
<<T as
Mapper
>::
P
>