Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drbtree.rs780 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