Home
last modified time | relevance | path

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

/Linux-v6.6/rust/kernel/
Dtypes.rs55 Box::into_raw(self) as _ in into_foreign()
/Linux-v6.6/rust/alloc/
Dboxed.rs1043 pub fn into_raw(b: Self) -> *mut T { in into_raw() method
2150 let raw: *mut dyn Error = Box::into_raw(self); in downcast()