AtomicUnsignedShort

Type Alias AtomicUnsignedShort 

Source
type AtomicUnsignedShort = AtomicU32;

Aliased Type§

struct AtomicUnsignedShort {
    inner: UnsafeCell<AtomicU32>,
}

Fields§

§inner: UnsafeCell<AtomicU32>