Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs28 pub(crate) struct Stack<T: Stackof>(*mut T::StackType); struct
32 unsafe impl<T: Stackof + Send> Send for Stack<T> {} implementation
34 unsafe impl<T: Stackof + Sync> Sync for Stack<T> {} implementation
40 impl<T: Stackof> Deref for Stack<T> { implementation
48 impl<T: Stackof> DerefMut for Stack<T> { implementation
54 impl<T: Stackof> AsRef<StackRef<T>> for Stack<T> { implementation
60 impl<T: Stackof> Borrow<StackRef<T>> for Stack<T> { implementation
66 impl<T: Stackof> Drop for Stack<T> { implementation
126 impl<T: Stackof> Foreign for Stack<T> { implementation
165 impl<T: Stackof> IntoIterator for Stack<T> { implementation
/commonlibrary/ets_utils/js_util_module/container/stack/
Djs_stack.ts16 Stack: number; property