Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dkvec.rs979 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() function
/linux/rust/syn/
H A Dpunctuated.rs1089 fn index_mut(&mut self, index: usize) -> &mut Self::Output { in index_mut() method