Method lrs::atomic::AtomicIsize::load

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

Syntax

impl AtomicIsize {
    fn load(&self) -> isize
}