Searched defs:BStr (Results 1 – 1 of 1) sorted by relevance
14 pub struct BStr([u8]); global() struct 16 impl BStr { global() implementation 33 unsafe { &*(bytes as *const [u8] as *const BStr) } from_bytes() constant 37 impl fmt::Display for BStr { global() implementation 66 impl fmt::Debug for BStr { global() implementation 101 impl Deref for BStr { global() implementation 440 as_ref(&self) -> &BStr as_ref() argument [all...]