Searched defs:from_raw_parts (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ | ||
H A D | mod.rs | 643 pub unsafe fn from_raw_parts(ptr: *mut T, length: usize, capacity: usize) -> Self { in from_raw_parts() functions [all...] |
Completed in 3 milliseconds