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