Searched defs:Node (Results 1 – 4 of 4) sorted by relevance
27 pub(crate) struct Node<T> { struct32 impl<T> Node<T> { argument41 impl<T: Link> Node<T> { implementation59 unsafe impl<T: Send> Send for Node<T> {} implementation60 unsafe impl<T: Sync> Sync for Node<T> {} implementation
59 let node = Box::leak(node) as *const Node<T>; in push_back() constant281 pub struct Node<T> { struct282 next: *const Node<T>, argument283 prev: *const Node<T>, argument288 impl<T> Node<T> { argument315 current: self as *const Node<T>, in remove_self() constant
34 pub(crate) struct Node<T> { struct46 data: Box<[Node<T>]>, argument
34 pub(crate) struct Node<T> { struct40 data: [Node<T>; CAPACITY], argument