pub fn test(&self) { self.atomic.fetch_and( ::Bits::EMPTY as <::Bits as AtomicType>::Target, Ordering::Relaxed, ); }