pub type AtomicCChar = AtomicCChar;Available on crate feature
c_char only.Expand description
An atomic
c_char.
This is either an alias to the appropriate atomic integer type in
core::sync::atomic, or a spinlock-based fallback type.
Aliased Typeยง
pub struct AtomicCChar { /* private fields */ }