Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sys_common/
Dlazy_box.rs13 pub(crate) struct LazyBox<T: LazyInit> { struct
22 /// It might be called more than once per LazyBox, as multiple threads argument
41 impl<T: LazyInit> LazyBox<T> { implementation
68 impl<T: LazyInit> Deref for LazyBox<T> { implementation
76 impl<T: LazyInit> DerefMut for LazyBox<T> { implementation
83 impl<T: LazyInit> Drop for LazyBox<T> { implementation