Home
last modified time | relevance | path

Searched refs:StackRef (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dstack.rs43 type Target = StackRef<T>;
45 fn deref(&self) -> &StackRef<T> { in deref()
46 unsafe { StackRef::from_ptr(self.0) } in deref()
51 fn deref_mut(&mut self) -> &mut StackRef<T> { in deref_mut()
57 fn as_ref(&self) -> &StackRef<T> { in as_ref()
63 fn borrow(&self) -> &StackRef<T> { in borrow()
81 stack: &'a StackRef<T>,
101 impl<T: Stackof> StackRef<T> { implementation
118 impl<T: Stackof> ForeignRef for StackRef<T> { implementation
122 impl<T: Stackof> StackRef<T> { implementation
[all …]