zeroed_box
bytemuck
1.23.2
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.