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