Lines Matching defs:CStr
200 pub struct CStr([u8]); struct
202 impl CStr { impl
278 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked()
291 pub unsafe fn from_bytes_with_nul_unchecked_mut(bytes: &mut [u8]) -> &mut CStr { in from_bytes_with_nul_unchecked_mut()
427 impl fmt::Display for CStr { implementation
457 impl fmt::Debug for CStr { implementation
489 impl AsRef<BStr> for CStr { implementation
496 impl Deref for CStr { implementation
505 impl Index<ops::RangeFrom<usize>> for CStr { implementation
518 impl Index<ops::RangeFull> for CStr { implementation
539 impl<Idx> Index<Idx> for CStr implementation