Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/lock/
H A Dglobal.rs177 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
/linux/rust/proc-macro2/
H A Drcvec.rs48 pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> { in get_mut() method
/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.rs431 pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { in get_mut() function
1362 pub fn get_mut(&mut self) -> &mut V { in get_mut() method
/linux/rust/kernel/sync/
H A Datomic.rs238 pub fn get_mut(&mut self) -> &mut T { in get_mut() method
/linux/rust/syn/
H A Dpunctuated.rs109 pub fn get_mut(&mut self, index: usize) -> Option<&mut T> { in get_mut() method