Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dsplit_at.rs240 fn split_at_mut(&mut self, l_len: usize) -> Option<Split<&mut Self>> { in split_at_mut() method
987 let (l, r) = dst.split_at_mut(i).unwrap().via_runtime_check().unwrap(); in test_split_at()