[−][src]Trait vm_memory::bytes::AtomicAccess
A trait used to identify types which can be accessed atomically by proxy.
Associated Types
type A: AtomicInteger
The AtomicInteger
that atomic operations on Self
are based on.