Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyte_slice.rs195 fn into_byte_slice_mut(self) -> &'a mut [u8]; in into_byte_slice_mut() method
315 fn into_byte_slice_mut(self) -> &'a mut [u8] { in into_byte_slice_mut() method
H A Dref.rs169 pub(crate) unsafe fn into_byte_slice_mut(self) -> impl IntoByteSliceMut<'a> { in into_byte_slice_mut() method