Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dlazy_init.rs28 pub struct Lazy<T> { struct
37 impl<T> Lazy<T> { argument
120 impl<T> Deref for Lazy<T> { implementation
129 impl<T> DerefMut for Lazy<T> { implementation
136 impl<T: Debug> Debug for Lazy<T> { implementation
146 impl<T> Drop for Lazy<T> { implementation
156 unsafe impl<T: Send + Sync> Sync for Lazy<T> {} implementation
157 unsafe impl<T: Send> Send for Lazy<T> {} implementation