Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwatch.rs208 pub struct ValueRef<'a, T> { struct
213 impl<'a, T> ValueRef<'a, T> { impl
247 impl<T> Deref for ValueRef<'_, T> { implementation