Home
last modified time | relevance | path

Searched refs:BStr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dstr.rs18 pub type BStr = [u8]; typedef
36 const C: &'static $crate::str::BStr = S.as_bytes();
271 impl AsRef<BStr> for CStr {
273 fn as_ref(&self) -> &BStr { in as_ref() argument
279 type Target = BStr;
324 BStr: Index<Idx>,
326 type Output = <BStr as Index<Idx>>::Output;