Type Alias atomic_int::AtomicCInt

source ·
pub type AtomicCInt = AtomicCInt;
Available on crate feature c_int only.
Expand description

An atomic c_int.

This is either an alias to the appropriate atomic integer type in core::sync::atomic, or a spinlock-based fallback type.

Aliased Type§

struct AtomicCInt { /* private fields */ }