Method lrs::atomic::AtomicI32::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

impl AtomicI32 {
    fn load_acquire(&self) -> i32
}