Module atomic_state

Module atomic_state 

Source
Expand description

States that can be stored atomically.

Structsยง

AtomicI8State
An atomic that stores a given state in a $raw_type
AtomicI16State
An atomic that stores a given state in a $raw_type
AtomicI32State
An atomic that stores a given state in a $raw_type
AtomicI64State
An atomic that stores a given state in a $raw_type
AtomicU8State
An atomic that stores a given state in a $raw_type
AtomicU16State
An atomic that stores a given state in a $raw_type
AtomicU32State
An atomic that stores a given state in a $raw_type
AtomicU64State
An atomic that stores a given state in a $raw_type