Home
last modified time | relevance | path

Searched refs:as_mut_slice (Results 1 – 4 of 4) 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()
/linux/drivers/gpu/nova-core/gsp/fw/r570_144/
H A Dbindings.rs24 pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] { in as_mut_slice() method