Module radium::types[][src]

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 consistent names to portable types.

Type Definitions

AtomicBool

AtomicI8

AtomicI16

AtomicI32

AtomicI64

AtomicIsize

AtomicPtr

AtomicU8

AtomicU16

AtomicU32

AtomicU64

AtomicUsize