Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs25 pub(crate) struct Node<T> { struct
30 impl<T> Node<T> { argument
39 impl<T: Link> Node<T> { implementation
57 unsafe impl<T: Send> Send for Node<T> {} implementation
58 unsafe impl<T: Sync> Sync for Node<T> {} implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dqueue.rs35 pub(crate) struct Node<T> { struct
41 data: [Node<T>; CAPACITY], argument
Darray.rs34 pub(crate) struct Node<T> { struct
46 data: Box<[Node<T>]>, argument