Method lrs::atomic::AtomicI16::load_weak

Loads the value of the atomic integer with relaxed ordering guarantees.

Syntax

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