Method lrs::atomic::AtomicI16::store_unordered

Stores a new value in the atomic integer without ordering guarantees.

Syntax

impl AtomicI16 {
    fn store_unordered(&self, val: i16) -> ()
}

Arguments

NameDescription
val

The value to be stored in the atomic integer.