Type Alias atomic_int::AtomicCUlong

source ·
pub type AtomicCUlong = AtomicCUlong;
Available on crate feature c_ulong only.
Expand description

An atomic c_ulong.

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

Aliased Type§

struct AtomicCUlong { /* private fields */ }