Struct drone_core::sync::linked_list::Node [−][src]
#[repr(C)]pub struct Node<T> { pub value: T, // some fields omitted }
A node of LinkedList
.
Fields
value: T
The value attached to this node.
#[repr(C)]pub struct Node<T> { pub value: T, // some fields omitted }
A node of LinkedList
.
value: T
The value attached to this node.