Replaces the value in the atomic integer by a new one with sequentially consistent semantics.
impl AtomicU64 { fn exchange(&self, val: u64) -> u64 }
The value to be stored in the atomic integer.
Returns the previous value.