Searched defs:AtomicRef (Results 1 – 1 of 1) sorted by relevance
5 pub struct AtomicRef<T: 'static>(AtomicPtr<T>, PhantomData<&'static T>); struct7 impl<T: 'static> AtomicRef<T> { impl19 impl<T: 'static> std::ops::Deref for AtomicRef<T> { implementation