Method lrs::atomic::AtomicI64::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

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