Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs6484 fn from_mut_slice(slc: &mut [u8]) -> &mut Unsized { in from_mut_slice() method
7318 Unsized::from_mut_slice(&mut [1, 2, 3]), in test_to_methods()
7320 Unsized::from_mut_slice(&mut [0xFE, 2, 3]), in test_to_methods()