Home
last modified time | relevance | path

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

/linux/rust/kernel/
A Dstr.rs244 pub unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut CStr { in from_bytes_with_nul_unchecked_mut() method
845 unsafe { CStr::from_bytes_with_nul_unchecked_mut(self.buf.as_mut_slice()) } in deref_mut()

Completed in 7 milliseconds