pub type ActivePageTableInner = PageTableInner;Aliased Type§
pub struct ActivePageTableInner {
root: Ppn,
frames: Vec<FrameTracker>,
is_user: bool,
}Fields§
§root: Ppn§frames: Vec<FrameTracker>§is_user: boolpub type ActivePageTableInner = PageTableInner;pub struct ActivePageTableInner {
root: Ppn,
frames: Vec<FrameTracker>,
is_user: bool,
}root: Ppn§frames: Vec<FrameTracker>§is_user: bool