[][src]Module atomig::impls

Traits for atomic implementations. You probably do not need to worry about this module.

Traits

AtomicImpl

Common interface of all atomic types in std::sync::atomic.

AtomicIntegerImpl

Atomic types from std::sync::atomic which support integer operations.

AtomicLogicImpl

Atomic types from std::sync::atomic which support logical operations.

PrimitiveAtom

Primitive types that can directly be used in an atomic way.