Method lrs::atomic::AtomicU32::store

Stores a new value in the atomic integer with sequentially consistent.

Syntax

impl AtomicU32 {
    fn store(&self, val: u32) -> ()
}

Arguments

NameDescription
val

The value to be stored in the atomic integer.