Searched refs:into_byte_slice (Results 1 – 2 of 2) sorted by relevance
170 fn into_byte_slice(self) -> &'a [u8]; in into_byte_slice() method227 fn into_byte_slice(self) -> &'a [u8] { in into_byte_slice() method303 fn into_byte_slice(self) -> &'a [u8] { in into_byte_slice() method
146 pub(crate) unsafe fn into_byte_slice(self) -> impl IntoByteSlice<'a> { in into_byte_slice() method629 let b = unsafe { r.into_byte_slice() }; in into_ref()630 let b = b.into_byte_slice(); in into_ref()649 let ptr = Ptr::from_ref(b.into_byte_slice()) in into_ref()