Searched defs:AtomicLazyCell (Results 1 – 1 of 1) sorted by relevance
236 pub struct AtomicLazyCell<T> { struct241 impl<T> AtomicLazyCell<T> { argument315 impl<T: Copy> AtomicLazyCell<T> { impl328 impl<T: Clone> Clone for AtomicLazyCell<T> { implementation345 unsafe impl<T: Sync + Send> Sync for AtomicLazyCell<T> {} implementation347 unsafe impl<T: Send> Send for AtomicLazyCell<T> {} implementation