Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drbtree.rs783 pub struct CursorMut<'a, K, V> { struct
789 /// variant of [`CursorMut`] that is basically providing read only access. argument
890 unsafe impl<'a, K: Send, V: Send> Send for CursorMut<'a, K, V> {} implementation
894 unsafe impl<'a, K: Sync, V: Sync> Sync for CursorMut<'a, K, V> {} implementation
896 impl<'a, K, V> CursorMut<'a, K, V> { impl