Method lrs::atomic::AtomicI32::load

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

Syntax

impl AtomicI32 {
    fn load(&self) -> i32
}