Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs2748 fn try_ref_from_suffix_with_elems( in try_ref_from_suffix_with_elems() method
7610 let (rest, r): (&[u8], &[u32]) = <[u32]>::try_ref_from_suffix_with_elems(bytes, 2).unwrap(); in test_try_ref_from_suffix_with_elems()