Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Drbtree.rs62 struct NodePtr<K: Ord + Debug, V: Debug>(*mut RBTreeNode<K, V>); struct
64 impl<K: Ord + Debug, V: Debug> Clone for NodePtr<K, V> { implementation
70 impl<K: Ord + Debug, V: Debug> Copy for NodePtr<K, V> {} implementation
72 impl<K: Ord + Debug, V: Debug> Ord for NodePtr<K, V> { implementation
78 impl<K: Ord + Debug, V: Debug> PartialOrd for NodePtr<K, V> { implementation
84 impl<K: Ord + Debug, V: Debug> PartialEq for NodePtr<K, V> { implementation
90 impl<K: Ord + Debug, V: Debug> Eq for NodePtr<K, V> {} implementation
92 impl<K: Ord + Debug, V: Debug> NodePtr<K, V> { impl
272 impl<K: Ord + Clone + Debug, V: Clone + Debug> NodePtr<K, V> { impl