pub trait HasDaddr {
// Required method
fn daddr(&self) -> Daddr;
}Expand description
Memory objects that have a mapped address in the device address space.
pub trait HasDaddr {
// Required method
fn daddr(&self) -> Daddr;
}Memory objects that have a mapped address in the device address space.