Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Ddeprecated.rs199 pub fn new_slice_unaligned_from_prefix(bytes: B, count: usize) -> Option<(Ref<B, [T]>, B)> { in new_slice_unaligned_from_prefix() function
256 Ref::new_slice_unaligned_from_prefix(bytes_slice, 1); in test_deprecated_ref_methods()