Searched refs:from_raw (Results 1 – 1 of 1) sorted by relevance
929 pub unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() method1576 Ok(unsafe { Box::from_raw(Box::into_raw(boxed_slice) as *mut [T; N]) }) in try_from()