Searched refs:BStr (Results 1 – 1 of 1) sorted by relevance
14 pub struct BStr([u8]); struct16 impl BStr { impl33 unsafe { &*(bytes as *const [u8] as *const BStr) } in from_bytes() constant37 impl fmt::Display for BStr { implementation66 impl fmt::Debug for BStr { implementation101 impl Deref for BStr { implementation126 const C: &'static $crate::str::BStr = $crate::str::BStr::from_bytes(S.as_bytes());438 impl AsRef<BStr> for CStr {440 fn as_ref(&self) -> &BStr { in as_ref() argument441 BStr::from_bytes(self.as_bytes()) in as_ref()[all …]