Searched defs:into_byte_slice_mut (Results 1 – 2 of 2) sorted by relevance
195 fn into_byte_slice_mut(self) -> &'a mut [u8]; in into_byte_slice_mut() method315 fn into_byte_slice_mut(self) -> &'a mut [u8] { in into_byte_slice_mut() method
169 pub(crate) unsafe fn into_byte_slice_mut(self) -> impl IntoByteSliceMut<'a> { in into_byte_slice_mut() method