Trait volatile::access::Copyable

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

Implemented for access types that permit copying of VolatileRef.

Provided Methods§

source

fn _private() -> _Private

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

Implementors§