Searched refs:via_into_bytes (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | split_at.rs | 418 pub fn via_into_bytes(self) -> (&'a T, &'a [T::Elem]) in via_into_bytes() function 422 let (l, r) = self.into_ptr().via_into_bytes(); in via_into_bytes() 660 pub fn via_into_bytes(self) -> (&'a mut T, &'a mut [T::Elem]) in via_into_bytes() function 664 let (l, r) = self.into_ptr().via_into_bytes(); in via_into_bytes() 853 fn via_into_bytes(self) -> (Ptr<'a, T, I>, Ptr<'a, [T::Elem], I>) in via_into_bytes() function 1068 let (l, r) = split2.via_into_bytes(); in test_split_at_via_methods()
|