Searched defs:Stack (Results 1 – 2 of 2) sorted by relevance
30 pub(crate) struct Stack<T: Stackof>(*mut T::StackType); struct34 unsafe impl<T: Stackof + Send> Send for Stack<T> {} implementation36 unsafe impl<T: Stackof + Sync> Sync for Stack<T> {} implementation42 impl<T: Stackof> Deref for Stack<T> { implementation50 impl<T: Stackof> DerefMut for Stack<T> { implementation56 impl<T: Stackof> AsRef<StackRef<T>> for Stack<T> { implementation62 impl<T: Stackof> Borrow<StackRef<T>> for Stack<T> { implementation68 impl<T: Stackof> Drop for Stack<T> { implementation128 impl<T: Stackof> Foreign for Stack<T> { implementation167 impl<T: Stackof> IntoIterator for Stack<T> { implementation
16 Stack: number; property