Searched refs:CloneableByteSlice (Results 1 – 2 of 2) sorted by relevance
73 pub unsafe trait CopyableByteSlice: ByteSlice + Copy + CloneableByteSlice {}84 pub unsafe trait CloneableByteSlice: ByteSlice + Clone {} interface208 unsafe impl CloneableByteSlice for &[u8] {} impl
20 ByteSlice, ByteSliceMut, CloneableByteSlice, CopyableByteSlice, IntoByteSlice,181 impl<B: CloneableByteSlice + Clone, T: ?Sized> Clone for Ref<B, T> {