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