Expand description
Atomic payload types and the Payload trait for use with crate::SoftCycleController.
Structs§
- Atomic
Const Ptr - Atomic storage for
*const T. Used asPayload::UnderlyingAtomicfor*const T. - Atomic
Unit - Atomic storage for
(). Used asPayload::UnderlyingAtomicfor the unit type.
Traits§
- Atomic
Primitive - Trait for atomic wrapper types used as the storage for controller payloads.
- Payload
- Trait for payload types that can be stored and loaded atomically by the
SoftCycleController.