Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drbtree.rs723 pub struct Cursor<'a, K, V> { struct
728 // SAFETY: The [`Cursor`] has exclusive access to both `K` and `V`, so it is sufficient to require … argument
731 unsafe impl<'a, K: Send, V: Send> Send for Cursor<'a, K, V> {} implementation
735 unsafe impl<'a, K: Sync, V: Sync> Sync for Cursor<'a, K, V> {} implementation
737 impl<'a, K, V> Cursor<'a, K, V> { implementation