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.rs30 pub(crate) struct Stack<T: Stackof>(*mut T::StackType); struct
34 unsafe impl<T: Stackof + Send> Send for Stack<T> {} implementation
36 unsafe impl<T: Stackof + Sync> Sync for Stack<T> {} implementation
42 impl<T: Stackof> Deref for Stack<T> { implementation
50 impl<T: Stackof> DerefMut for Stack<T> { implementation
56 impl<T: Stackof> AsRef<StackRef<T>> for Stack<T> { implementation
62 impl<T: Stackof> Borrow<StackRef<T>> for Stack<T> { implementation
68 impl<T: Stackof> Drop for Stack<T> { implementation
128 impl<T: Stackof> Foreign for Stack<T> { implementation
167 impl<T: Stackof> IntoIterator for Stack<T> { implementation
/commonlibrary/ets_utils/js_util_module/container/stack/
Djs_stack.ts16 Stack: number; property