Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyte_slice.rs184 pub unsafe trait IntoByteSliceMut<'a>: IntoByteSlice<'a> + ByteSliceMut { trait
313 unsafe impl<'a> IntoByteSliceMut<'a> for &'a mut [u8] { impl
H A Dref.rs21 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>,
H A Ddeprecated.rs154 B: 'a + IntoByteSliceMut<'a>,