AtomicCUshort

Type Alias AtomicCUshort 

Source
pub type AtomicCUshort = AtomicCUshort;
Available on crate feature c_ushort only.
Expand description

An atomic c_ushort.

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