Stores a new value in the atomic integer with relaxed ordering guarantees.
impl AtomicU8 { fn store_weak(&self, val: u8) -> () }
The value to be stored in the atomic integer.