pub trait AtomicInt: AtomicNum + AtomicBitOps { }

Implementors§

source§

impl<T> AtomicInt for Twhere
    T: AtomicNum + AtomicBitOps,