Method lrs::atomic::AtomicU32::load_weak

Loads the value of the atomic integer with relaxed ordering guarantees.

Syntax

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