Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Dtypes.rs70 Box::into_raw(self) as _ in into_foreign()
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs1030 pub fn into_raw(b: Self) -> *mut T { in into_raw() method
1576 Ok(unsafe { Box::from_raw(Box::into_raw(boxed_slice) as *mut [T; N]) }) in try_from()

Completed in 8 milliseconds