Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs4272 ref_from_prefix_suffix(source, None, CastType::Prefix) in ref_from_prefix()
4366 ref_from_prefix_suffix(source, None, CastType::Suffix).map(swap) in ref_from_suffix()
4815 ref_from_prefix_suffix(source, Some(count), CastType::Prefix) in ref_from_prefix_with_elems()
4909 ref_from_prefix_suffix(source, Some(count), CastType::Suffix).map(swap) in ref_from_suffix_with_elems()
5475 fn ref_from_prefix_suffix<T: FromBytes + KnownLayout + Immutable + ?Sized>( in ref_from_prefix_suffix() function