Searched defs:BStr (Results 1 – 1 of 1) sorted by relevance
13 pub struct BStr([u8]); struct15 impl BStr { impl32 unsafe { &*(bytes as *const [u8] as *const BStr) } in from_bytes() constant36 impl fmt::Display for BStr { implementation66 impl fmt::Debug for BStr { implementation102 impl Deref for BStr { implementation445 fn as_ref(&self) -> &BStr { in as_ref()