Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs1632 unsafe fn boxed_slice_as_array_unchecked<T, A: Allocator, const N: usize>( in boxed_slice_as_array_unchecked() function
1658 Ok(unsafe { boxed_slice_as_array_unchecked(boxed_slice) }) in try_from()
1691 Ok(unsafe { boxed_slice_as_array_unchecked(boxed_slice) }) in try_from()