Searched defs:AtomicRepr (Results 1 – 1 of 1) sorted by relevance
47 pub struct AtomicRepr<T: AtomicImpl>(UnsafeCell<T>); struct49 impl<T: AtomicImpl> AtomicRepr<T> { impl