Method lrs::atomic::AtomicI16::load

Loads the value of the atomic integer with sequentially consistent semantics.

Syntax

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