Home
last modified time | relevance | path

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

/linux/rust/kernel/debugfs/
H A Dtraits.rs245 let slice = self.as_mut_slice(); in read_from_slice_mut()
/linux/rust/kernel/alloc/
H A Dkvec.rs247 pub fn as_mut_slice(&mut self) -> &mut [T] { in as_mut_slice() function
956 self.as_mut_slice() in borrow_mut()
/linux/rust/kernel/
H A Dstr.rs863 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()