pub trait Primitive: PrimitivePriv { }
Expand description

Primitive types that may support atomic operations.

This trait is sealed and cannot be implemented for types outside of atomic-maybe-uninit.

Implementations on Foreign Types

Implementors