Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dinner.rs242 pub unsafe fn with_meta(self, meta: T::PointerMetadata) -> Self in with_meta() function
309 let left = unsafe { self.with_meta(l_len) }; in split_at_unchecked()
643 let ptr = unsafe { ptr.with_meta(8) }; in test_meta()