Enum std::sync::Ordering

enum Ordering { ... }

Memory ordering

Follows C++ memory model (see here).

Variants