Method lrs::atomic::AtomicI32::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

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