Method lrs::atomic::AtomicU8::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

impl AtomicU8 {
    fn load_acquire(&self) -> u8
}