Method lrs::atomic::AtomicI8::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

impl AtomicI8 {
    fn load_acquire(&self) -> i8
}