Home
last modified time | relevance | path

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

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