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