Struct std::sync::mpsc::mpsc_queue::Queue
[−]
[src]
pub struct Queue<T> {
head: AtomicPtr<Node<T>>,
tail: UnsafeCell<*mut Node<T>>,
}Fields
head | |
tail |