Method lrs::atomic::AtomicI64::load

Loads the value of the atomic integer with sequentially consistent semantics.

Syntax

impl AtomicI64 {
    fn load(&self) -> i64
}