pub trait HasPaddr {
// Required method
fn paddr(&self) -> Paddr;
}Expand description
Memory objects that have a start physical address.
pub trait HasPaddr {
// Required method
fn paddr(&self) -> Paddr;
}Memory objects that have a start physical address.