Home
last modified time | relevance | path

Searched defs:AtomicLazyCell (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/lazycell/src/
Dlib.rs236 pub struct AtomicLazyCell<T> { struct
241 impl<T> AtomicLazyCell<T> { argument
315 impl<T: Copy> AtomicLazyCell<T> { impl
328 impl<T: Clone> Clone for AtomicLazyCell<T> { implementation
345 unsafe impl<T: Sync + Send> Sync for AtomicLazyCell<T> {} implementation
347 unsafe impl<T: Send> Send for AtomicLazyCell<T> {} implementation