Home
last modified time | relevance | path

Searched refs:CopyableByteSlice (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/
H A Dbyte_slice.rs73 pub unsafe trait CopyableByteSlice: ByteSlice + Copy + CloneableByteSlice {} trait
204 unsafe impl CopyableByteSlice for &[u8] {} impl
H A Dref.rs20 ByteSlice, ByteSliceMut, CloneableByteSlice, CopyableByteSlice, IntoByteSlice,
194 impl<B: CopyableByteSlice + Copy, T: ?Sized> Copy for Ref<B, T> {}