Searched defs:into_raw (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/rust/kernel/sync/ | ||
D | arc.rs | 221 pub fn into_raw(self) -> *const T { in into_raw() method |
/linux-6.8/rust/alloc/ | ||
D | boxed.rs | 1055 pub fn into_raw(b: Self) -> *mut T { in into_raw() method |