Method lrs::atomic::AtomicI64::store

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

Syntax

impl AtomicI64 {
    fn store(&self, val: i64) -> ()
}

Arguments

NameDescription
val

The value to be stored in the atomic integer.