pub trait HasPaddr { // Required method fn paddr(&self) -> Paddr; }
Gets physical address trait
Returns the physical address.