Searched defs:Stack (Results 1 – 2 of 2) sorted by relevance
28 pub(crate) struct Stack<T: Stackof>(*mut T::StackType); struct32 unsafe impl<T: Stackof + Send> Send for Stack<T> {} implementation34 unsafe impl<T: Stackof + Sync> Sync for Stack<T> {} implementation40 impl<T: Stackof> Deref for Stack<T> { implementation48 impl<T: Stackof> DerefMut for Stack<T> { implementation54 impl<T: Stackof> AsRef<StackRef<T>> for Stack<T> { implementation60 impl<T: Stackof> Borrow<StackRef<T>> for Stack<T> { implementation66 impl<T: Stackof> Drop for Stack<T> { implementation126 impl<T: Stackof> Foreign for Stack<T> { implementation165 impl<T: Stackof> IntoIterator for Stack<T> { implementation
16 Stack: number; property