Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dptr.rs982 pub fn try_with<U, J, E, F>(self, f: F) -> Result<Ptr<'a, U, J>, E::Mapped> in try_with() function
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs599 let res = ptr.try_with(#[inline(always)] |ptr| { in try_transmute_ref()