Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dxarray.rs200 pub fn get_mut(&mut self, index: usize) -> Option<T::BorrowedMut<'_>> { in get_mut() method
H A Drbtree.rs401 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { in get_mut() function
1212 pub fn get_mut(&mut self) -> &mut V { in get_mut() method
/linux/rust/kernel/sync/
H A Datomic.rs236 pub fn get_mut(&mut self) -> &mut T { in get_mut() method