WritableRegister

Trait WritableRegister 

Source
pub trait WritableRegister: Register { }
Expand description

This trait is a marker trait implemented by any register that can be written to a device.

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.

Implementors§