Light
Rust
Coal
Navy
Ayu
Bevy Scripting
AtomicU16
Opaque Type. 🔒
Description
No Documentation 🚧
Functions
Function
Summary
into_inner(_self)
Consumes the atomic and returns the contained value. This is safe because passing `self` by value
new(v)
Creates a new atomic integer. # Examples ``` use std::sync::atomic::AtomicU16; let atomic_forty_two = AtomicU16::new(42); `