Method lrs::atomic::AtomicU32::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

impl AtomicU32 {
    fn load_acquire(&self) -> u32
}