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.rs266 let slice = self.as_mut_slice();
/linux/rust/kernel/alloc/
H A Dkvec.rs250 pub fn as_mut_slice(&mut self) -> &mut [T] { in as_mut_slice() function
1068 self.as_mut_slice() in borrow_mut()
/linux/rust/kernel/
H A Dstr.rs882 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()