Searched refs:IntoByteSliceMut (Results 1 – 3 of 3) sorted by relevance
184 pub unsafe trait IntoByteSliceMut<'a>: IntoByteSlice<'a> + ByteSliceMut { trait313 unsafe impl<'a> IntoByteSliceMut<'a> for &'a mut [u8] { impl
21 IntoByteSliceMut,158 impl<'a, B: IntoByteSliceMut<'a>, T: ?Sized> Ref<B, T> {169 pub(crate) unsafe fn into_byte_slice_mut(self) -> impl IntoByteSliceMut<'a> { in into_byte_slice_mut()659 B: 'a + IntoByteSliceMut<'a>,
154 B: 'a + IntoByteSliceMut<'a>,