Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Ddeprecated.rs160 pub fn into_mut_slice(self) -> &'a mut [T] { in into_mut_slice() function
278 let slice: &mut [u8] = r.into_mut_slice(); in test_deprecated_into_mut_slice()