Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Ddeprecated.rs182 pub fn new_slice_from_suffix(bytes: B, count: usize) -> Option<(B, Ref<B, [T]>)> { in new_slice_from_suffix() function
252 let r: Option<(&[u8], Ref<&[u8], [u8]>)> = Ref::new_slice_from_suffix(bytes_slice, 1); in test_deprecated_ref_methods()