pub struct FrameTracker {
pub ppn: PhysPageNum,
}Fields§
§ppn: PhysPageNumImplementations§
Source§impl FrameTracker
impl FrameTracker
pub fn new(ppn: PhysPageNum) -> Self
Trait Implementations§
Source§impl Debug for FrameTracker
impl Debug for FrameTracker
Auto Trait Implementations§
impl Freeze for FrameTracker
impl RefUnwindSafe for FrameTracker
impl Send for FrameTracker
impl Sync for FrameTracker
impl Unpin for FrameTracker
impl UnwindSafe for FrameTracker
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