Trait AtomicPrimitive

pub unsafe trait AtomicPrimitive: Sized + Copy

A marker trait for primitive types which can be modified atomically.

This is an implementation detail for [Atomic]<T> which may disappear or be replaced at any time.

Associated Types

type Storage: Sized;

Temporary implementation detail.

Implementors