Searched refs:into_raw_parts (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ | ||
H A D | mod.rs | 926 /// let (ptr, len, cap) = v.into_raw_parts(); 938 pub fn into_raw_parts(self) -> (*mut T, usize, usize) { in into_raw_parts() functions |
Completed in 5 milliseconds