Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sync/
Donce_lock.rs34 pub struct OnceLock<T> { struct
41 /// use std::sync::OnceLock; argument
58 impl<T> OnceLock<T> { implementation
337 unsafe impl<T: Sync + Send> Sync for OnceLock<T> {} implementation
339 unsafe impl<T: Send> Send for OnceLock<T> {} implementation
342 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceLock<T> {} implementation
344 impl<T: UnwindSafe> UnwindSafe for OnceLock<T> {} implementation
347 impl<T> Default for OnceLock<T> { implementation
366 impl<T: fmt::Debug> fmt::Debug for OnceLock<T> { implementation
376 impl<T: Clone> Clone for OnceLock<T> { implementation
[all …]
/third_party/mesa3d/src/nouveau/compiler/nak/
Dapi.rs85 impl GetDebugFlags for OnceLock<Debug> { implementation