Method lrs::atomic::AtomicU32::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

impl AtomicU32 {
    fn load_unordered(&self) -> u32
}