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