Trait volatile::access::Writable

source ·
pub trait Writable: Access {
    // Provided method
    fn _private() -> _Private { ... }
}
Expand description

Helper trait that is implemented by ReadWrite and WriteOnly.

Provided Methods§

source

fn _private() -> _Private

Ensures that this trait cannot be implemented outside of this crate.

Implementors§