Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dref.rs228 pub(crate) fn sized_from_prefix(bytes: B) -> Result<(Ref<B, T>, B), CastError<B, T>> { in sized_from_prefix() function
H A Dlib.rs5268 match Ref::<_, Unalign<Self>>::sized_from_prefix(source) { in read_from_prefix()