Method lrs::atomic::AtomicI8::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

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