Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs2006 try_ref_from_prefix_suffix(source, CastType::Prefix, None) in try_ref_from_prefix()
2116 try_ref_from_prefix_suffix(source, CastType::Suffix, None).map(swap) in try_ref_from_suffix()
2647 try_ref_from_prefix_suffix(source, CastType::Prefix, Some(count)) in try_ref_from_prefix_with_elems()
2755 try_ref_from_prefix_suffix(source, CastType::Suffix, Some(count)).map(swap) in try_ref_from_suffix_with_elems()
3298 fn try_ref_from_prefix_suffix<T: TryFromBytes + KnownLayout + Immutable + ?Sized>( in try_ref_from_prefix_suffix() function