Searched defs:ByteSliceMut (Results 1 – 1 of 1) sorted by relevance
951 fn map_zeroed<B: ByteSliceMut, T: ?Sized>( in map_zeroed()965 fn map_prefix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_prefix_tuple_zeroed()979 fn map_suffix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_suffix_tuple_zeroed()1862 pub unsafe trait ByteSliceMut: ByteSlice + DerefMut { interface1900 unsafe impl<'a> ByteSliceMut for &'a mut [u8] { impl