Method lrs::atomic::AtomicU8::load_unordered

Loads the value of the atomic integer without ordering guarantees.

Syntax

impl AtomicU8 {
    fn load_unordered(&self) -> u8
}