Expand description
Atomic F32 implementation with num
trait implementations
Structs§
- Atomic
Enum - Given an enum value deriving
FromPrimitive
/ToPrimitive
, handles storing the value as an atomic usize. - Atomic
F32 - Simple atomic floating point variable with relaxed ordering.
- Atomic
F64 - Simple atomic floating point variable with relaxed ordering.
- Atomic
Option
Traits§
- Atomic
Float Representable - Atomic
Value - Trait of values that can be loaded / stored with relaxed operations.