Skip to main content

Writable

Trait Writable 

Source
pub trait Writable { }
Expand description

Trait implemented by access modes that allow writing.

This is used as a generic bound on Register::write to prevent compile-time errors when attempting to write to read-only registers.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§