Home
last modified time | relevance | path

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

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