Searched refs:ByteSliceMut (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/zerocopy/src/ |
| H A D | byte_slice.rs | 61 pub trait ByteSliceMut: ByteSlice + DerefMut {} interface 62 impl<B: ByteSlice + DerefMut> ByteSliceMut for B {} 145 pub trait SplitByteSliceMut: SplitByteSlice + ByteSliceMut {} 146 impl<B: SplitByteSlice + ByteSliceMut> SplitByteSliceMut for B {} 184 pub unsafe trait IntoByteSliceMut<'a>: IntoByteSlice<'a> + ByteSliceMut {
|
| H A D | ref.rs | 20 ByteSlice, ByteSliceMut, CloneableByteSlice, CopyableByteSlice, IntoByteSlice, 112 impl<B: ByteSliceMut, T: ?Sized> Ref<B, T> { 123 pub(crate) unsafe fn as_byte_slice_mut(&mut self) -> &mut impl ByteSliceMut { in as_byte_slice_mut() argument 732 B: ByteSliceMut, 775 B: ByteSliceMut, 840 B: ByteSliceMut,
|