Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyte_slice.rs84 pub unsafe trait CloneableByteSlice: ByteSlice + Clone {} interface
208 unsafe impl CloneableByteSlice for &[u8] {} impl