Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/alloc/
H A Dkvec.rs210 pub fn as_mut_slice(&mut self) -> &mut [T] { in as_mut_slice() function
/linux-6.15/rust/kernel/
H A Dstr.rs920 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()