Method lrs::atomic::AtomicUsize::store

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

Syntax

impl AtomicUsize {
    fn store(&self, val: usize) -> ()
}

Arguments

NameDescription
val

The value to be stored in the atomic integer.