Function lrs::mem::zeroed

Creates an object that has all bytes set to zero.

Syntax

fn zeroed<T>() -> T
    where T: Pod,