Method lrs::atomic::AtomicI16::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

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