pub trait HasPaddr { // Required method fn paddr(&self) -> Paddr; }
Memory objects that have a start physical address.
Returns the start physical address of the memory object.