Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Ddeprecated.rs147 pub fn into_slice(self) -> &'a [T] { in into_slice() function
269 let slice: &[u8] = r.into_slice(); in test_deprecated_into_slice()
/linux/rust/kernel/alloc/
H A Dkvec.rs1504 let ptr: *mut [T] = iter.into_slice(); in test_kvec_retain()