Home
last modified time | relevance | path

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

/external/rust/crates/zerocopy/src/
Dlib.rs951 fn map_zeroed<B: ByteSliceMut, T: ?Sized>( in map_zeroed()
965 fn map_prefix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_prefix_tuple_zeroed()
979 fn map_suffix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_suffix_tuple_zeroed()
1862 pub unsafe trait ByteSliceMut: ByteSlice + DerefMut { interface
1900 unsafe impl<'a> ByteSliceMut for &'a mut [u8] { impl