Searched refs:into_raw (Results 1 – 2 of 2) sorted by relevance
55 Box::into_raw(self) as _ in into_foreign()
1043 pub fn into_raw(b: Self) -> *mut T { in into_raw() method2150 let raw: *mut dyn Error = Box::into_raw(self); in downcast()