pub trait HasDaddr {
// Required method
fn daddr(&self) -> Daddr;
}Expand description
Memory objects that have a mapped address in the device address space.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".