Home
last modified time | relevance | path

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

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