Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs5073 fn mut_from_prefix_with_elems( in mut_from_prefix_with_elems() method
5441 <[Self]>::mut_from_prefix_with_elems(source, count).ok() in mut_slice_from_prefix()
6997 assert_eq!(<[()]>::mut_from_prefix_with_elems(&mut [][..], 3).unwrap().0.len(), 3); in test_zst_count_preserved()