Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dptr.rs798 pub fn forget_aligned(self) -> Ptr<'a, T, (I::Aliasing, Unaligned, I::Validity)> { in forget_aligned() function
/linux/rust/zerocopy/src/
H A Dimpls.rs1797 let c = c.forget_aligned(); in test_impls()
1808 let c = c.forget_aligned(); in test_impls()
H A Dlib.rs3369 if !Wrapping::<T>::is_bit_valid(c_ptr.reborrow_shared().forget_aligned()) { in try_read_from()