Searched defs:ByteSlice (Results 1 – 11 of 11) sorted by relevance
27 struct ByteSlice { struct28 size_t offset;29 size_t size;
4 pub(crate) trait ByteSlice { interface20 impl ByteSlice for [u8] { impl
78 impl ByteSlice for [u8] { impl90 impl<const N: usize> ByteSlice for [u8; N] { impl113 pub trait ByteSlice: private::Sealed { trait
25 message ByteSlice { message
5150 pub unsafe trait ByteSlice: Deref<Target = [u8]> + Sized + sealed::ByteSliceSealed { interface5207 unsafe impl<'a> ByteSlice for &'a [u8] { impl5221 unsafe impl<'a> ByteSlice for &'a mut [u8] { impl
5150 pub unsafe trait ByteSlice: Deref<Target = [u8]> + Sized + sealed::ByteSliceSealed { trait5207 unsafe impl<'a> ByteSlice for &'a [u8] { impl5221 unsafe impl<'a> ByteSlice for &'a mut [u8] { impl
1423 ByteSlice []byte member