Module radium::types [−][src]
Best-effort atomic types
This module exports RadiumType
aliases that map to the AtomicType
on
targets that have it, or Cell<type>
on targets that do not. This alias can
be used as a consistent name for crates that need portable names for
non-portable types.
Type Definitions
RadiumBool | Best-effort atomic |
RadiumI8 | Best-effort atomic |
RadiumI16 | Best-effort atomic |
RadiumI32 | Best-effort atomic |
RadiumI64 | Best-effort atomic |
RadiumIsize | Best-effort atomic |
RadiumPtr | Best-effort atomic pointer type. |
RadiumU8 | Best-effort atomic |
RadiumU16 | Best-effort atomic |
RadiumU32 | Best-effort atomic |
RadiumU64 | Best-effort atomic |
RadiumUsize | Best-effort atomic |