[][src]Trait vm_memory::volatile_memory::AtomicValued

pub unsafe trait AtomicValued: Sync + Send { }

Types that can be read safely from a VolatileSlice.

Objects that implement this trait must consist exclusively of atomic types from std::sync::atomic, except for AtomicPtr<T>.

Implementations on Foreign Types

impl AtomicValued for AtomicIsize[src]

impl AtomicValued for AtomicUsize[src]

Loading content...

Implementors

Loading content...