Method lrs::atomic::AtomicU64::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

impl AtomicU64 {
    fn load_unordered(&self) -> u64
}