Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dptr.rs932 pub(crate) unsafe fn try_with_unchecked<U, J, E, F>( in try_with_unchecked() function
992 unsafe { self.try_with_unchecked(f) } in try_with()
1182 self.try_with_unchecked( in try_cast_into_no_leftover()
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs662 ptr.try_with_unchecked(#[inline(always)] |ptr| { in try_transmute_mut()