Method lrs::atomic::AtomicI16::load_acquire

Loads the value of the atomic integer with acquire semantics.

Syntax

impl AtomicI16 {
    fn load_acquire(&self) -> i16
}