Searched defs:CursorMut (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/ |
| H A D | rbtree.rs | 780 pub struct CursorMut<'a, K, V> { struct 786 /// variant of [`CursorMut`] that is basically providing read only access. argument 887 unsafe impl<'a, K: Send, V: Send> Send for CursorMut<'a, K, V> {} implementation 891 unsafe impl<'a, K: Sync, V: Sync> Sync for CursorMut<'a, K, V> {} implementation 893 impl<'a, K, V> CursorMut<'a, K, V> { impl
|