[][src]Module radium::types

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

RadiumBool

AtomicBool

RadiumI8

AtomicI8

RadiumI16

AtomicI16

RadiumI32

AtomicI32

RadiumI64

AtomicI64

RadiumIsize

AtomicIsize

RadiumPtr

AtomicPtr

RadiumU8

AtomicU8

RadiumU16

AtomicU16

RadiumU32

AtomicU32

RadiumU64

AtomicU64

RadiumUsize

AtomicUsize