Searched refs:deref_mut (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/rust/alloc/ | ||
D | boxed.rs | 1798 fn deref_mut(&mut self) -> &mut T { in deref_mut() method |
/linux-6.1.9/rust/alloc/vec/ | ||
D | mod.rs | 2528 fn deref_mut(&mut self) -> &mut [T] { in deref_mut() method |