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