Function lrs::intrinsics::init

Creates a value with all bytes set to zero.

Syntax

unsafe extern "rust-intrinsic" fn init<T>() -> T

Return value

Returns an object with all bytes set to zero.

Remarks

For Pod objects you should use the safe lrs::mem::init instead.

See also