Method lrs::atomic::AtomicUsize::load

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

Syntax

impl AtomicUsize {
    fn load(&self) -> usize
}