Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dwrappers.rs204 match inner.try_into_aligned() { in try_deref()
224 match inner.try_into_aligned() { in try_deref_mut()
/linux/rust/zerocopy/src/pointer/
H A Dptr.rs678 pub fn try_into_aligned( in try_into_aligned() function