Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dboxed.rs1654 unsafe fn boxed_slice_as_array_unchecked<T, A: Allocator, const N: usize>( in boxed_slice_as_array_unchecked() function
1680 Ok(unsafe { boxed_slice_as_array_unchecked(boxed_slice) }) in try_from()
1713 Ok(unsafe { boxed_slice_as_array_unchecked(boxed_slice) }) in try_from()