Lines Matching defs:CStr
154 pub struct CStr([u8]); struct
156 impl CStr { impl
232 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked()
245 pub unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut CStr { in from_bytes_with_nul_unchecked_mut()
381 impl fmt::Display for CStr { implementation
411 impl fmt::Debug for CStr { implementation
443 impl AsRef<BStr> for CStr { implementation
450 impl Deref for CStr { implementation
459 impl Index<ops::RangeFrom<usize>> for CStr { implementation
472 impl Index<ops::RangeFull> for CStr { implementation
493 impl<Idx> Index<Idx> for CStr implementation