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