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