AtomicCShort

Type Alias AtomicCShort 

Source
pub type AtomicCShort = AtomicCShort;
Available on crate feature c_short only.
Expand description

An atomic c_short.

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 AtomicCShort { /* private fields */ }