Searched refs:as_mut_slice (Results 1 – 2 of 2) sorted by relevance
210 pub fn as_mut_slice(&mut self) -> &mut [T] { in as_mut_slice() function
920 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()