pub trait DpRegister: Register {
const VERSION: DebugPortVersion;
}
Expand description
A marker trait to be implemented on debug port register types for typed access.
Required Associated Constants§
Sourceconst VERSION: DebugPortVersion
const VERSION: DebugPortVersion
The version of the debug port that is required to read this register.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.