Method lrs::atomic::AtomicIsize::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

impl AtomicIsize {
    fn load_acquire(&self) -> isize
}