Struct std::sync::mpsc::mpsc_queue::Node
[−]
[src]
struct Node<T> { val: Option<T>, next: AtomicPtr<Node<T>>, }
Fields
val | |
next |
struct Node<T> { val: Option<T>, next: AtomicPtr<Node<T>>, }
val | |
next |
impl<T> Node<T>