Method lrs::atomic::AtomicI8::load

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

Syntax

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