pub trait HasDaddr { // Required method fn daddr(&self) -> Daddr; }
A trait for types that have mapped address in the device address space.
Gets the base address of the mapping in the device address space.