Method lrs::atomic::AtomicUsize::load_weak

Loads the value of the atomic integer with relaxed ordering guarantees.

Syntax

impl AtomicUsize {
    fn load_weak(&self) -> usize
}