Method lrs::atomic::AtomicUsize::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

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