Home
last modified time | relevance | path

Searched refs:into_byte_slice (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/
H A Dbyte_slice.rs170 fn into_byte_slice(self) -> &'a [u8]; in into_byte_slice() method
227 fn into_byte_slice(self) -> &'a [u8] { in into_byte_slice() method
303 fn into_byte_slice(self) -> &'a [u8] { in into_byte_slice() method
H A Dref.rs146 pub(crate) unsafe fn into_byte_slice(self) -> impl IntoByteSlice<'a> { in into_byte_slice() method
629 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()