Creates a new atomic integer.
impl AtomicU64 { fn new(val: u64) -> AtomicU64 }
The value which is initially stored in the atomic integer.