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