Searched defs:ByteSliceMut (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/ |
D | lib.rs | 4287 fn map_zeroed<B: ByteSliceMut, T: ?Sized>(opt: Option<Ref<B, T>>) -> Option<Ref<B, T>> { in map_zeroed() 4297 fn map_prefix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_prefix_tuple_zeroed() 4309 fn map_suffix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_suffix_tuple_zeroed() 5196 pub unsafe trait ByteSliceMut: ByteSlice + DerefMut { interface 5274 unsafe impl<'a> ByteSliceMut for &'a mut [u8] {} impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/ |
D | lib.rs | 4287 fn map_zeroed<B: ByteSliceMut, T: ?Sized>(opt: Option<Ref<B, T>>) -> Option<Ref<B, T>> { in map_zeroed() 4297 fn map_prefix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_prefix_tuple_zeroed() 4309 fn map_suffix_tuple_zeroed<B: ByteSliceMut, T: ?Sized>( in map_suffix_tuple_zeroed() 5196 pub unsafe trait ByteSliceMut: ByteSlice + DerefMut { trait 5274 unsafe impl<'a> ByteSliceMut for &'a mut [u8] {} impl
|