Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/vec/ !
Dmod.rs3347 fn as_mut(&mut self) -> &mut Vec<T, A> { in as_mut() method
3361 fn as_mut(&mut self) -> &mut [T] { in as_mut() method
/linux-6.6.21/rust/alloc/ !
Dboxed.rs2083 fn as_mut(&mut self) -> &mut T { in as_mut() method