Expand description
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 Aliases§
- Best-effort atomic
booltype. - Best-effort atomic
i8type. - Best-effort atomic
i16type. - Best-effort atomic
i32type. - Best-effort atomic
i64type. - Best-effort atomic
isizetype. - Best-effort atomic pointer type.
- Best-effort atomic
u8type. - Best-effort atomic
u16type. - Best-effort atomic
u32type. - Best-effort atomic
u64type. - Best-effort atomic
usizetype.