tokio::runtime::scheduler::multi_thread::queueType Alias AtomicUnsignedShort
Source type AtomicUnsignedShort = AtomicU32;
struct AtomicUnsignedShort {
inner: UnsafeCell<AtomicU32>,
}
Implementations
Performs an unsynchronized load.
§Safety
All mutations must have happened before the unsynchronized load.
Additionally, there must be no concurrent mutations.
Trait Implementations
Formats the value using the given formatter.
Read more
The resulting type after dereferencing.
Dereferences the value.