Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs223 unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut Self; in from_bytes_with_nul_unchecked_mut() method
330 unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut Self { in from_bytes_with_nul_unchecked_mut() method