Function bytemuck::zeroed

source ยท
pub const fn zeroed<T: Zeroable>() -> T
Expand description

Same as Zeroable::zeroed, but as a const fn const.