type AtomicUnsignedShort = AtomicU32;Aliased Type§
struct AtomicUnsignedShort {
inner: UnsafeCell<AtomicU32>,
}Fields§
§inner: UnsafeCell<AtomicU32>type AtomicUnsignedShort = AtomicU32;struct AtomicUnsignedShort {
inner: UnsafeCell<AtomicU32>,
}inner: UnsafeCell<AtomicU32>