Home
last modified time | relevance | path

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

/external/rust/crates/zerocopy/src/
Dlib.rs4278 fn map_zeroed<B: ByteSliceMut, T: ?Sized>(opt: Option<Ref<B, T>>) -> Option<Ref<B, T>> { in map_zeroed()
4288 fn map_prefix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_prefix_tuple_zeroed()
4300 fn map_suffix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_suffix_tuple_zeroed()
5187 pub unsafe trait ByteSliceMut: ByteSlice + DerefMut { interface
5265 unsafe impl<'a> ByteSliceMut for &'a mut [u8] {} impl