Stores a new value in the atomic integer without ordering guarantees.
impl AtomicU64 { fn store_unordered(&self, val: u64) -> () }
The value to be stored in the atomic integer.