Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1607 Some(T::try_ref_from_bytes(bytes).ok()) in test_impls()
H A Dlib.rs1878 fn try_ref_from_bytes(source: &[u8]) -> Result<&Self, TryCastError<&[u8], Self>> in try_ref_from_bytes() method