Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
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()