Home
last modified time | relevance | path

Searched refs:index_mut (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/rust/kernel/alloc/
H A Dkvec.rs622 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() function
623 IndexMut::index_mut(&mut **self, index) in index_mut()