Searched defs:from_bytes_with_nul_unchecked (Results 1 – 7 of 7) sorted by relevance
420 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked() method
418 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked() method
175 pub const unsafe fn from_bytes_with_nul_unchecked(chars: &[u8]) -> &Self { in from_bytes_with_nul_unchecked() method