Structs
- An owned page.
- A physical address, with an in-memory representation equivalent to a regular pointer to a value of type
T. Uses the kernel’s 1:1 physical memory mapping for accesses viaSelf::ptr()andSelf::ptr_mut().
T. Uses the kernel’s 1:1 physical memory mapping for accesses via Self::ptr() and
Self::ptr_mut().