Stores a new value in the atomic integer with sequentially consistent.
impl AtomicUsize { fn store(&self, val: usize) -> () }
The value to be stored in the atomic integer.