Skip to main content

AtomicUnsignedShort

Type Alias AtomicUnsignedShort 

Source
type AtomicUnsignedShort = AtomicU32;

Aliased Type§

struct AtomicUnsignedShort {
    inner: UnsafeCell<Atomic<u32>>,
}

Fields§

§inner: UnsafeCell<Atomic<u32>>