bytemuck
1.19.0
In bytemuck::
allocation
bytemuck
::
allocation
Function
zeroed_box
Copy item path
Source
pub fn zeroed_box<T:
Zeroable
>() ->
Box
<T>
Expand description
As
try_zeroed_box
, but unwraps for you.