Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs75 pub struct Ref<T> { struct
81 impl<T> Drop for Ref<T> { argument
90 impl<T> Deref for Ref<T> { implementation
98 unsafe impl<T: Sync> Sync for Ref<T> {} implementation
99 unsafe impl<T: Sync> Send for Ref<T> {} implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dforeign.rs22 type Ref: ForeignRef<CStruct = Self::CStruct>; typedef
Dstack.rs86 fn next(&mut self) -> Option<&'a T::Ref> { in next()
128 type Ref = StackRef<T>; typedef