Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A 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
/openbmc/linux/rust/alloc/
H A Dboxed.rs2083 fn as_mut(&mut self) -> &mut T { in as_mut() method