pub trait AtomicBitOps<T = <Self as Atomic>::Primitive>: Atomic + AtomicBitAnd<T> + AtomicBitOr<T> + AtomicBitXor<T> { }

Implementors