shadow_
pod
0.0.0
Traits
Pod
Functions
as_u8_slice
as_u8_slice_mut
from_array
to_u8_slice
to_u8_slice_mut
zeroed
shadow_pod
Function
zeroed
Copy item path
Settings
Help
Summary
Source
pub fn zeroed<T>() -> T
where T:
Pod
,
Expand description
Create a value of type
T
, with contents initialized to 0s.